diff options
Diffstat (limited to 'math/wfmath/Makefile')
-rw-r--r-- | math/wfmath/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/math/wfmath/Makefile b/math/wfmath/Makefile index 7909f64080f7..d35482aa35cf 100644 --- a/math/wfmath/Makefile +++ b/math/wfmath/Makefile @@ -17,12 +17,7 @@ COMMENT= Worldforge math library USE_GMAKE= yes USE_GNOME= pkgconfig gnomehack INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=15 +USE_GCC= 3.4 +USE_AUTOTOOLS= libtool:15:inc -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= Does not compile -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |