diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-07-29 23:40:17 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-07-29 23:40:17 +0000 |
commit | f0a1c5bc72a19366e4ee77eb8ec344083d02a721 (patch) | |
tree | 0df970ff39faac3ca9f589cf56e32ecab53e92b5 /devel/cppunit | |
parent | 2c1a9023816c80f083b76aa2467481ef95ee15fe (diff) | |
download | ports-f0a1c5bc72a19366e4ee77eb8ec344083d02a721.tar.gz ports-f0a1c5bc72a19366e4ee77eb8ec344083d02a721.zip |
Notes
Diffstat (limited to 'devel/cppunit')
-rw-r--r-- | devel/cppunit/Makefile | 4 | ||||
-rw-r--r-- | devel/cppunit/pkg-plist | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/devel/cppunit/Makefile b/devel/cppunit/Makefile index a57482e22665..881d7046a020 100644 --- a/devel/cppunit/Makefile +++ b/devel/cppunit/Makefile @@ -3,7 +3,7 @@ PORTNAME= cppunit PORTVERSION= 1.12.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= SF @@ -12,7 +12,7 @@ COMMENT= C++ port of the JUnit framework for unit testing OPTIONS_DEFINE= DOXYGEN DOCS -USE_AUTOTOOLS= libtool +USES= libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/devel/cppunit/pkg-plist b/devel/cppunit/pkg-plist index ef0567e7daae..ab6884aeace1 100644 --- a/devel/cppunit/pkg-plist +++ b/devel/cppunit/pkg-plist @@ -1,9 +1,8 @@ bin/DllPlugInTester bin/cppunit-config -lib/libcppunit-1.12.so lib/libcppunit-1.12.so.1 +lib/libcppunit-1.12.so.1.0.0 lib/libcppunit.a -lib/libcppunit.la lib/libcppunit.so libdata/pkgconfig/cppunit.pc man/man1/cppunit-config.1.gz |