diff options
Diffstat (limited to 'devel/gcvs/Makefile')
-rw-r--r-- | devel/gcvs/Makefile | 8 |
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> |