From ccd6b1db39fe5f5e129fac6e64d7507bec0d2da2 Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Tue, 29 Jul 2014 23:40:17 +0000 Subject: - Switch devel/cppunit to USES=libtool, drop .la files Approved by: portmgr blanket --- devel/cppunit/Makefile | 4 ++-- devel/cppunit/pkg-plist | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) (limited to 'devel/cppunit') 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 -- cgit