summaryrefslogtreecommitdiff
path: root/devel/gcvs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gcvs/Makefile')
-rw-r--r--devel/gcvs/Makefile6
1 files changed, 3 insertions, 3 deletions
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