summaryrefslogtreecommitdiff
path: root/wm/bbrun/Makefile
diff options
context:
space:
mode:
authortron <tron>2002-06-17 18:57:49 +0000
committertron <tron>2002-06-17 18:57:49 +0000
commit9db88bb589e7c06f293d51fba7544655b73e80d6 (patch)
tree1836ab597ef8cea48e1d75558a5edcaf239cf8d5 /wm/bbrun/Makefile
parent213b59fd37cbae6b8a0b70c3a08e4cfb1c9bf8dd (diff)
downloadpkgsrc-9db88bb589e7c06f293d51fba7544655b73e80d6.tar.gz
Fix build problem on systems where the "xpkwedge" package is installed.
Patches supplied by Robert Elz in PR pkg/17300.
Diffstat (limited to 'wm/bbrun/Makefile')
-rw-r--r--wm/bbrun/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/wm/bbrun/Makefile b/wm/bbrun/Makefile
index 082db4e417e..198cd39e19c 100644
--- a/wm/bbrun/Makefile
+++ b/wm/bbrun/Makefile
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/06/12 00:36:21 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.2 2002/06/17 18:57:49 tron Exp $
DISTNAME= bbrun-1.3
WRKSRC= ${WRKDIR}/${DISTNAME}/bbrun
@@ -10,14 +9,17 @@ MAINTAINER= ptiJo@noos.fr
HOMEPAGE= http://www.dwave.net/~jking/bbrun/
COMMENT= run utility for BlackBox
-USE_GMAKE= yes
-USE_BUILDLINK_ONLY= yes
+USE_GMAKE= YES
+USE_BUILDLINK_ONLY= YES
+
+ALL_TARGET= bbrun
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bbrun ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/bbrun
${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/README ${PREFIX}/share/doc/bbrun
+.include "../../mk/x11.buildlink.mk"
.include "../../graphics/xpm/buildlink.mk"
.include "../../x11/gtk/buildlink.mk"
.include "../../mk/bsd.pkg.mk"