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 /math | |
parent | 2c1a9023816c80f083b76aa2467481ef95ee15fe (diff) | |
download | ports-f0a1c5bc72a19366e4ee77eb8ec344083d02a721.tar.gz ports-f0a1c5bc72a19366e4ee77eb8ec344083d02a721.zip |
- Switch devel/cppunit to USES=libtool, drop .la files
Approved by: portmgr blanket
Notes
Notes:
svn path=/head/; revision=363412
Diffstat (limited to 'math')
-rw-r--r-- | math/tvmet/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/tvmet/Makefile b/math/tvmet/Makefile index e33e3dc6e42e..5b1830c396fa 100644 --- a/math/tvmet/Makefile +++ b/math/tvmet/Makefile @@ -22,7 +22,7 @@ CONFIGURE_ARGS= --with-cxx=${CXX} .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MCPPUNIT} -LIB_DEPENDS+= libcppunit-1.12.so:${PORTSDIR}/devel/cppunit +LIB_DEPENDS+= libcppunit.so:${PORTSDIR}/devel/cppunit CONFIGURE_ARGS+= --with-cppunit-prefix=${LOCALBASE} .else CONFIGURE_ENV+= ac_cv_path_CPPUNIT_CONFIG=no |