summaryrefslogtreecommitdiff
path: root/wm/bbrun/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'wm/bbrun/Makefile')
-rw-r--r--wm/bbrun/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/wm/bbrun/Makefile b/wm/bbrun/Makefile
index 198cd39e19c..94ec2718417 100644
--- a/wm/bbrun/Makefile
+++ b/wm/bbrun/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2002/06/17 18:57:49 tron Exp $
+# $NetBSD: Makefile,v 1.3 2002/08/25 21:51:28 jlam Exp $
DISTNAME= bbrun-1.3
WRKSRC= ${WRKDIR}/${DISTNAME}/bbrun
@@ -9,8 +9,9 @@ MAINTAINER= ptiJo@noos.fr
HOMEPAGE= http://www.dwave.net/~jking/bbrun/
COMMENT= run utility for BlackBox
-USE_GMAKE= YES
-USE_BUILDLINK_ONLY= YES
+USE_BUILDLINK2= YES
+USE_X11= YES
+USE_GMAKE= YES
ALL_TARGET= bbrun
@@ -19,7 +20,7 @@ do-install:
${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 "../../graphics/xpm/buildlink2.mk"
+.include "../../x11/gtk/buildlink2.mk"
+
.include "../../mk/bsd.pkg.mk"