diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2005-10-03 23:08:07 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2005-10-03 23:08:07 +0000 |
commit | beb76048c52dcf064f1dcbb7d9500ae696bb2276 (patch) | |
tree | 0aa4712fd8d335ec546fcd97cfdf8c3722f462b9 /math | |
parent | fix build on 4 (diff) |
fix build on 4
Notes
Notes:
svn path=/head/; revision=144120
Diffstat (limited to 'math')
-rw-r--r-- | math/wfmath/Makefile | 11 | ||||
-rw-r--r-- | math/wfmath/pkg-plist | 2 |
2 files changed, 4 insertions, 9 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> diff --git a/math/wfmath/pkg-plist b/math/wfmath/pkg-plist index 7c559ba7722e..e2260b6287c0 100644 --- a/math/wfmath/pkg-plist +++ b/math/wfmath/pkg-plist @@ -1,4 +1,4 @@ -lib/libwfmath-0.3.a +lib/libwfmath-0.3.la lib/libwfmath-0.3.so lib/libwfmath-0.3.so.3 include/wfmath-0.3/wfmath/error.h |