aboutsummaryrefslogtreecommitdiff
path: root/cad/gwave
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-05-18 12:28:52 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-05-18 12:28:52 +0000
commit06465908a8c4a92f78bc837d68b3e344eade6851 (patch)
treef7fd52a9dc3818acb0ff0f332badc3375d145396 /cad/gwave
parentb211f5a1301782e4f33fe6026c1ac2237e1f588a (diff)
downloadports-06465908a8c4a92f78bc837d68b3e344eade6851.tar.gz
ports-06465908a8c4a92f78bc837d68b3e344eade6851.zip
BROKEN on 5.1: does not compile
Notes
Notes: svn path=/head/; revision=81238
Diffstat (limited to 'cad/gwave')
-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>