summaryrefslogtreecommitdiff
path: root/wm/bbrun
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2004-03-10 14:12:50 +0000
committerxtraeme <xtraeme>2004-03-10 14:12:50 +0000
commit36da628de42b7a6700b71b958b0a1fccf559d75b (patch)
tree5126d0dc144b85e863451f64254bb836fa258a53 /wm/bbrun
parent61d14977255e0986b742d182693b24f3910839be (diff)
downloadpkgsrc-36da628de42b7a6700b71b958b0a1fccf559d75b.tar.gz
bl3ify
Diffstat (limited to 'wm/bbrun')
-rw-r--r--wm/bbrun/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/wm/bbrun/Makefile b/wm/bbrun/Makefile
index f280c494f8d..a1daffe48e0 100644
--- a/wm/bbrun/Makefile
+++ b/wm/bbrun/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2004/01/24 15:18:32 grant Exp $
+# $NetBSD: Makefile,v 1.9 2004/03/10 14:12:51 xtraeme Exp $
DISTNAME= bbrun-1.3
PKGREVISION= 2
@@ -10,7 +10,7 @@ HOMEPAGE= http://www.dwave.net/~jking/bbrun/
COMMENT= Run utility for BlackBox
WRKSRC= ${WRKDIR}/${DISTNAME}/bbrun
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
USE_X11= YES
USE_GNU_TOOLS+= make
@@ -21,7 +21,7 @@ do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/bbrun
${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/README ${PREFIX}/share/doc/bbrun
-.include "../../graphics/xpm/buildlink2.mk"
-.include "../../x11/gtk/buildlink2.mk"
+.include "../../graphics/xpm/buildlink3.mk"
+.include "../../x11/gtk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"