aboutsummaryrefslogtreecommitdiffstats
path: root/devel/gcvs
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2003-05-18 19:48:21 +0800
committerkris <kris@FreeBSD.org>2003-05-18 19:48:21 +0800
commit847fff39451bfce3fc1971c4007073296f7221f2 (patch)
tree511f81ef4dac31ae22a43884c5fb3fc508ab3562 /devel/gcvs
parent3ddaf469382eaedeb2ac17057914ea4839e31db6 (diff)
downloadfreebsd-ports-gnome-847fff39451bfce3fc1971c4007073296f7221f2.tar.gz
freebsd-ports-gnome-847fff39451bfce3fc1971c4007073296f7221f2.tar.zst
freebsd-ports-gnome-847fff39451bfce3fc1971c4007073296f7221f2.zip
BROKEN on 5.1: does not compile
Diffstat (limited to 'devel/gcvs')
-rw-r--r--devel/gcvs/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/gcvs/Makefile b/devel/gcvs/Makefile
index 74b38e285f35..0df1994ad965 100644
--- a/devel/gcvs/Makefile
+++ b/devel/gcvs/Makefile
@@ -22,6 +22,12 @@ BUILD_DEPENDS+= glade:${PORTSDIR}/devel/glade
BUILD_DEPENDS+= wish8.3:${PORTSDIR}/x11-toolkits/tk83
RUN_DEPENDS+= wish8.3:${PORTSDIR}/x11-toolkits/tk83
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not compile"
+.endif
+
USE_X_PREFIX= yes
USE_GNOME= gtk12
GNU_CONFIGURE= yes
@@ -38,4 +44,4 @@ MAN8= cvsbug.8
#USE_AUTOMAKE_VER= 14
#USE_AUTOCONF_VER= 213
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>