summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorgrant <grant>2005-08-27 07:30:30 +0000
committergrant <grant>2005-08-27 07:30:30 +0000
commite1f6fbffe516a4f4605a30e5d7da3e7c1c1957c2 (patch)
tree0a9c1983481f7ef3318b69b853708b49a11eac69 /x11
parent9ff615ea97b7216a7a646fe3f8b09ac8d1fe314d (diff)
downloadpkgsrc-e1f6fbffe516a4f4605a30e5d7da3e7c1c1957c2.tar.gz
this needs libX11, so explicitly link against it and include
x11.buildlink3.mk.
Diffstat (limited to 'x11')
-rw-r--r--x11/gromit/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/gromit/Makefile b/x11/gromit/Makefile
index 31c6f7716bd..e534b8fb500 100644
--- a/x11/gromit/Makefile
+++ b/x11/gromit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2005/08/10 20:56:26 jlam Exp $
+# $NetBSD: Makefile,v 1.5 2005/08/27 07:30:30 grant Exp $
#
DISTNAME= gromit-20041213
@@ -12,10 +12,13 @@ COMMENT= Text marker tool for the X11 screen
USE_TOOLS+= pkg-config
INSTALLATION_DIRS= bin
+LDFLAGS+= -lX11
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gromit ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/gromit
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/gromit
.include "../../x11/gtk2/buildlink3.mk"
+.include "../../mk/x11.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"