diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2007-01-27 07:19:51 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2007-01-27 07:19:51 +0000 |
commit | 4fe6ab102f208325724f8f7d6fe27f66ebbc274d (patch) | |
tree | 6ba7c846b712cbd85f220a6ecc9ae89f349ceac8 /math/libmath++/Makefile | |
parent | b92c4dce065770bfbf7afdf686c589f31cf2624e (diff) | |
download | ports-4fe6ab102f208325724f8f7d6fe27f66ebbc274d.tar.gz ports-4fe6ab102f208325724f8f7d6fe27f66ebbc274d.zip |
Use libtool port instead of included one to avoid objformat a.out botch
Notes
Notes:
svn path=/head/; revision=183388
Diffstat (limited to 'math/libmath++/Makefile')
-rw-r--r-- | math/libmath++/Makefile | 1 |
1 files changed, 1 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 |