1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00

Use libtool port instead of included one to avoid objformat a.out botch

This commit is contained in:
Kris Kennaway 2007-01-27 07:19:51 +00:00
parent b92c4dce06
commit 4fe6ab102f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=183388
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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++