diff options
author | snj <snj@pkgsrc.org> | 2004-04-18 23:13:00 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-18 23:13:00 +0000 |
commit | 08073edc7bc93cf6d4d60ecfad05e40f2aa8ea94 (patch) | |
tree | 515b8275ff7ff288c6d09f1582f10c47506f95ba /sysutils/grun | |
parent | 1abda1572be1be072e81ab1f50640e8bebfc5ed2 (diff) | |
download | pkgsrc-08073edc7bc93cf6d4d60ecfad05e40f2aa8ea94.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'sysutils/grun')
-rw-r--r-- | sysutils/grun/Makefile | 8 |
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" |