From a020ed9056d4d74e13cd2a99898f3dec09c162b7 Mon Sep 17 00:00:00 2001 From: jlam Date: Sun, 25 Aug 2002 21:50:52 +0000 Subject: Merge packages from the buildlink2 branch back into the main trunk that have been converted to USE_BUILDLINK2. --- sysutils/grun/Makefile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'sysutils/grun') 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" -- cgit v1.2.3