diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-06-04 17:47:35 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-06-04 17:47:35 +0000 |
commit | d7a4ff05e76cea8dbd07be2ecdc5f8dedb7157f0 (patch) | |
tree | 6ff6929e5b264fbf085a39e8906d4a22208f164e /cad/gwave/Makefile | |
parent | d7f5a220663a3296cf6928f604eba1d453e95667 (diff) |
Notes
Diffstat (limited to 'cad/gwave/Makefile')
-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 ca0ec42ac388..cb3fcbe36939 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> |