pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/devilspie this needs libX11, so explicitly link ag...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2806540c6064
branches:  trunk
changeset: 498614:2806540c6064
user:      grant <grant%pkgsrc.org@localhost>
date:      Sat Aug 27 07:47:15 2005 +0000

description:
this needs libX11, so explicitly link against it.

diffstat:

 x11/devilspie/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r a5a8c31737a2 -r 2806540c6064 x11/devilspie/Makefile
--- a/x11/devilspie/Makefile    Sat Aug 27 07:33:30 2005 +0000
+++ b/x11/devilspie/Makefile    Sat Aug 27 07:47:15 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2005/08/10 20:56:26 jlam Exp $
+# $NetBSD: Makefile,v 1.15 2005/08/27 07:47:15 grant Exp $
 
 DISTNAME=              devilspie-0.10
 CATEGORIES=            x11
@@ -14,6 +14,8 @@
 GNU_CONFIGURE=         YES
 USE_PKGLOCALEDIR=      YES
 
+LIBS+=                 -lX11
+
 post-install:
        ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/devilspie
        ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/devilspie/



Home | Main Index | Thread Index | Old Index