aboutsummaryrefslogtreecommitdiff
path: root/devel/gcvs
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2006-10-14 08:54:54 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2006-10-14 08:54:54 +0000
commit29747f458a1eb2ce23b4594b09d0256dd62760b8 (patch)
tree1b71ba5d9ffdd308b6c18130f7c116f5bab5dc12 /devel/gcvs
parent7aad84f808b93baa6a7077ce0b47573b9c4c79a0 (diff)
Notes
Diffstat (limited to 'devel/gcvs')
-rw-r--r--devel/gcvs/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/devel/gcvs/Makefile b/devel/gcvs/Makefile
index 8e250bdac660..5c5534e2cc40 100644
--- a/devel/gcvs/Makefile
+++ b/devel/gcvs/Makefile
@@ -3,11 +3,11 @@
# Whom: dirk.meyer@dinoex.sub.org
#
# $FreeBSD$
-#
+# $MCom: ports/devel/gcvs/Makefile,v 1.1 2006/10/07 17:10:25 ahze Exp $
PORTNAME= gcvs
PORTVERSION= 1.0
-PORTREVISION= 5
+PORTREVISION= 6
PORTEPOCH= 1
CATEGORIES= devel tk84
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
@@ -19,8 +19,9 @@ COMMENT= High-end interface client for CVS
BUILD_DEPENDS+= wish8.4:${PORTSDIR}/x11-toolkits/tk84
RUN_DEPENDS+= wish8.4:${PORTSDIR}/x11-toolkits/tk84
+BROKEN= Does not build
+
USE_GETOPT_LONG=yes
-USE_X_PREFIX= yes
USE_GNOME= gtk12
GNU_CONFIGURE= yes
USE_GMAKE= yes
@@ -32,6 +33,6 @@ MAN1= cvs.1
MAN5= cvs.5
MAN8= cvsbug.8
INFO= cvs cvsclient
-USE_AUTOTOOLS= automake:14:env autoconf:213:env
+USE_AUTOTOOLS= automake:15:env autoconf:259:env
.include <bsd.port.mk>