aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2007-01-27 15:19:51 +0800
committerkris <kris@FreeBSD.org>2007-01-27 15:19:51 +0800
commitc3b1d963e1158108e0c447fa3a642120b7b361be (patch)
tree1e76eb33c723603b2156445bfffe6ea10a40db80
parent048567cefbecf359878474390211e352245fdbd1 (diff)
downloadfreebsd-ports-gnome-c3b1d963e1158108e0c447fa3a642120b7b361be.tar.gz
freebsd-ports-gnome-c3b1d963e1158108e0c447fa3a642120b7b361be.tar.zst
freebsd-ports-gnome-c3b1d963e1158108e0c447fa3a642120b7b361be.zip
Use libtool port instead of included one to avoid objformat a.out botch
-rw-r--r--math/libmath++/Makefile1
-rw-r--r--math/libmath++/pkg-plist1
2 files changed, 2 insertions, 0 deletions
diff --git a/math/libmath++/Makefile b/math/libmath++/Makefile
index 65c83d104347..a89a8c8bcfcf 100644
--- a/math/libmath++/Makefile
+++ b/math/libmath++/Makefile
@@ -14,6 +14,7 @@ MAINTAINER= jhb@FreeBSD.org
COMMENT= C++ Library for Symbolic and Numeric Calculus Applications
USE_GMAKE= yes
+USE_AUTOTOOLS= libtool:15
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
diff --git a/math/libmath++/pkg-plist b/math/libmath++/pkg-plist
index 813a22c7d6b4..fed091c87283 100644
--- a/math/libmath++/pkg-plist
+++ b/math/libmath++/pkg-plist
@@ -22,5 +22,6 @@ include/math++/visitor.h
include/math++/error.h
lib/libmath++.so.0
lib/libmath++.so
+lib/libmath++.la
lib/libmath++.a
@dirrm include/math++