diff options
author | oliver <oliver@FreeBSD.org> | 2005-10-04 07:08:07 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2005-10-04 07:08:07 +0800 |
commit | 45fb5e58d8a73bbefca2ecd7f92cb1ccf0e034c3 (patch) | |
tree | 7e5f9cec5bcd4e0dc722abe1b01c8ab49211beec /math | |
parent | 147dc24ed10a8c85878ca1e10dc0d7a62d407889 (diff) | |
download | freebsd-ports-gnome-45fb5e58d8a73bbefca2ecd7f92cb1ccf0e034c3.tar.gz freebsd-ports-gnome-45fb5e58d8a73bbefca2ecd7f92cb1ccf0e034c3.tar.zst freebsd-ports-gnome-45fb5e58d8a73bbefca2ecd7f92cb1ccf0e034c3.zip |
fix build on 4
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 |