aboutsummaryrefslogtreecommitdiffstats
path: root/cad
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2003-05-18 20:28:52 +0800
committerkris <kris@FreeBSD.org>2003-05-18 20:28:52 +0800
commitf761662b1632dee3a8fbaf948f35ef29e8d835d2 (patch)
tree882062801182eb44a2bc470ad915491da836a402 /cad
parentc69880aad27496bdfdf9b663d7e713b4b8c10e72 (diff)
downloadfreebsd-ports-gnome-f761662b1632dee3a8fbaf948f35ef29e8d835d2.tar.gz
freebsd-ports-gnome-f761662b1632dee3a8fbaf948f35ef29e8d835d2.tar.zst
freebsd-ports-gnome-f761662b1632dee3a8fbaf948f35ef29e8d835d2.zip
BROKEN on 5.1: does not compile
Diffstat (limited to 'cad')
-rw-r--r--cad/gwave/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/cad/gwave/Makefile b/cad/gwave/Makefile
index 14bc03088784..ca0ec42ac388 100644
--- a/cad/gwave/Makefile
+++ b/cad/gwave/Makefile
@@ -18,6 +18,12 @@ LIB_DEPENDS= geda.18:${PORTSDIR}/cad/libgeda \
guile.15:${PORTSDIR}/lang/guile \
guilegtk-1.2.0:${PORTSDIR}/x11-toolkits/guile-gtk
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not compile"
+.endif
+
USE_AUTOCONF= yes
USE_GNOME= gtk12
#CONFIGURE_ARGS= --enable-gdgeda
@@ -26,4 +32,4 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
MAN1= sp2sp.1
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>