diff options
author | tron <tron@pkgsrc.org> | 2002-06-17 18:57:49 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-06-17 18:57:49 +0000 |
commit | 3c8eb86663160d7d14f382d391943d7fde954929 (patch) | |
tree | 1836ab597ef8cea48e1d75558a5edcaf239cf8d5 /wm/bbrun/Makefile | |
parent | 00552070c6c7340c738fb58291c8ba452c6e2f5a (diff) | |
download | pkgsrc-3c8eb86663160d7d14f382d391943d7fde954929.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/Makefile | 10 |
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" |