diff options
author | kris <kris@FreeBSD.org> | 2003-06-04 17:47:35 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-06-04 17:47:35 +0000 |
commit | 46adf6c59cd28ef734ca445a41dcf9e7a11741c2 (patch) | |
tree | 45acc0c2fbc3b6ab54fe19e5168bcd56358a5e6b /cad/gwave | |
parent | bcd702a6ebb3db5bfec16b529d3a1abd419f74cd (diff) | |
download | FreeBSD-ports-46adf6c59cd28ef734ca445a41dcf9e7a11741c2.zip FreeBSD-ports-46adf6c59cd28ef734ca445a41dcf9e7a11741c2.tar.gz |
Mark BROKEN on all versions, not just 5.1
Diffstat (limited to 'cad/gwave')
-rw-r--r-- | cad/gwave/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/cad/gwave/Makefile b/cad/gwave/Makefile index ca0ec42..cb3fcbe 100644 --- a/cad/gwave/Makefile +++ b/cad/gwave/Makefile @@ -18,11 +18,7 @@ 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 @@ -32,4 +28,4 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ MAN1= sp2sp.1 -.include <bsd.port.post.mk> +.include <bsd.port.mk> |