From 1345be797c9099a356f414131dc29b71601c5a51 Mon Sep 17 00:00:00 2001 From: zuntum Date: Mon, 25 Jun 2001 21:36:52 +0000 Subject: o set USE_CONFIG_WRAPPER instead of --with-gtk-prefix="${BUILDLINK_DIR}" (thanks Johnny C. Lam!) --- devel/gcvs/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'devel/gcvs') diff --git a/devel/gcvs/Makefile b/devel/gcvs/Makefile index f5406181466..11c361ff03e 100644 --- a/devel/gcvs/Makefile +++ b/devel/gcvs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/06/24 23:11:42 zuntum Exp $ +# $NetBSD: Makefile,v 1.2 2001/06/25 21:36:52 zuntum Exp $ DISTNAME= gcvs-1.0a7 CATEGORIES= devel @@ -11,13 +11,13 @@ COMMENT= GTK interface for CVS CONFLICTS= cvs-[0-9]* USE_BUILDLINK_ONLY= yes +USE_CONFIG_WRAPPER= yes USE_X11= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-tclinclude="${BUILDLINK_DIR}/include" \ - --with-tcllib="${BUILDLINK_DIR}/lib" \ - --with-gtk-prefix="${BUILDLINK_DIR}" + --with-tcllib="${BUILDLINK_DIR}/lib" post-patch: ${SED} "s,-ltcl,-ltcl83," ${WRKSRC}/configure > ${WRKSRC}/configure.done -- cgit v1.2.3