aboutsummaryrefslogtreecommitdiff
path: root/devel/gcvs/Makefile
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-05-21 04:51:22 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-05-21 04:51:22 +0000
commit444b204aca0e348ef3100d374a8070c12b4a6dfb (patch)
tree2f5a5dc1314a3245f61fe7c51b6f6b11b4c17b3c /devel/gcvs/Makefile
parent9e3e86ed2be54cc91003373e82ab26282fb88237 (diff)
downloadports-444b204aca0e348ef3100d374a8070c12b4a6dfb.tar.gz
ports-444b204aca0e348ef3100d374a8070c12b4a6dfb.zip
Notes
Diffstat (limited to 'devel/gcvs/Makefile')
-rw-r--r--devel/gcvs/Makefile14
1 files changed, 8 insertions, 6 deletions
diff --git a/devel/gcvs/Makefile b/devel/gcvs/Makefile
index 0df1994ad965..53e0357728ff 100644
--- a/devel/gcvs/Makefile
+++ b/devel/gcvs/Makefile
@@ -22,12 +22,6 @@ 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
@@ -44,4 +38,12 @@ MAN8= cvsbug.8
#USE_AUTOMAKE_VER= 14
#USE_AUTOCONF_VER= 213
+.include <bsd.port.pre.mk>
+
+.if exists(/usr/include/krb5.h) || exists(/usr/include/gssapi.h)
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not compile"
+.endif
+.endif
+
.include <bsd.port.post.mk>