summaryrefslogtreecommitdiff
path: root/sysutils/grun/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/grun/Makefile')
-rw-r--r--sysutils/grun/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/grun/Makefile b/sysutils/grun/Makefile
index f3056c51f1d..6784f24c59d 100644
--- a/sysutils/grun/Makefile
+++ b/sysutils/grun/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2004/01/24 15:06:57 grant Exp $
+# $NetBSD: Makefile,v 1.8 2004/04/18 23:14:14 snj Exp $
DISTNAME= grun-0.9.2
PKGREVISION= 2
@@ -9,7 +9,7 @@ MAINTAINER= epg@pretzelnet.org
HOMEPAGE= ${MASTER_SITES}/grun.html
COMMENT= GTK+ based Run dialog
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
USE_X11= YES
GNU_CONFIGURE= YES
USE_GNU_TOOLS+= make
@@ -18,7 +18,7 @@ PTHREAD_OPTS+= require
post-install:
${MV} ${LOCALBASE}/man/man1/grun.1x ${LOCALBASE}/man/man1/grun.1
-.include "../../x11/gtk/buildlink2.mk"
-.include "../../mk/pthread.buildlink2.mk"
+.include "../../x11/gtk/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"