summaryrefslogtreecommitdiff
path: root/sysutils/grun/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/grun/Makefile')
-rw-r--r--sysutils/grun/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/sysutils/grun/Makefile b/sysutils/grun/Makefile
index 5fc1684102c..fac15ab80dd 100644
--- a/sysutils/grun/Makefile
+++ b/sysutils/grun/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2002/08/01 05:48:23 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2002/08/25 21:51:01 jlam Exp $
DISTNAME= grun-0.9.2
CATEGORIES= misc
@@ -8,7 +8,8 @@ MAINTAINER= epg@pretzelnet.org
HOMEPAGE= ${MASTER_SITES}/grun.html
COMMENT= GTK+ based Run dialog
-USE_BUILDLINK_ONLY= YES
+USE_BUILDLINK2= YES
+USE_X11= YES
GNU_CONFIGURE= YES
USE_GMAKE= YES
PTHREAD_OPTS+= require
@@ -16,6 +17,7 @@ PTHREAD_OPTS+= require
post-install:
${MV} ${LOCALBASE}/man/man1/grun.1x ${LOCALBASE}/man/man1/grun.1
-.include "../../x11/gtk/buildlink.mk"
-.include "../../mk/pthread.buildlink.mk"
+.include "../../x11/gtk/buildlink2.mk"
+.include "../../mk/pthread.buildlink2.mk"
+
.include "../../mk/bsd.pkg.mk"