diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2007-02-01 02:42:05 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2007-02-01 02:42:05 +0000 |
commit | ae994c8ea8a59644c1a1406b0b6547826bc12791 (patch) | |
tree | 396acb34b10ac8f349be827c6eb833e0fd68cdff /devel/cppunit | |
parent | 2c5b5e25ddd43be1ce0fe90095ab5746c431b5b4 (diff) | |
download | ports-ae994c8ea8a59644c1a1406b0b6547826bc12791.tar.gz ports-ae994c8ea8a59644c1a1406b0b6547826bc12791.zip |
Notes
Diffstat (limited to 'devel/cppunit')
-rw-r--r-- | devel/cppunit/Makefile | 1 | ||||
-rw-r--r-- | devel/cppunit/pkg-plist | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/devel/cppunit/Makefile b/devel/cppunit/Makefile index f0b29529c34b..b5bffa3d01b9 100644 --- a/devel/cppunit/Makefile +++ b/devel/cppunit/Makefile @@ -13,6 +13,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= gcross@fastmail.fm COMMENT= C++ port of the JUnit framework for unit testing +USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes INSTALLS_SHLIB= yes diff --git a/devel/cppunit/pkg-plist b/devel/cppunit/pkg-plist index f1812988ee7f..3ca642e5351c 100644 --- a/devel/cppunit/pkg-plist +++ b/devel/cppunit/pkg-plist @@ -4,5 +4,6 @@ bin/simple lib/libcppunit-1.10.so lib/libcppunit-1.10.so.2 lib/libcppunit.a +lib/libcppunit.la lib/libcppunit.so share/aclocal/cppunit.m4 |