summaryrefslogtreecommitdiff
path: root/ports-mgmt
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-07-29 23:40:17 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-07-29 23:40:17 +0000
commitf0a1c5bc72a19366e4ee77eb8ec344083d02a721 (patch)
tree0df970ff39faac3ca9f589cf56e32ecab53e92b5 /ports-mgmt
parentremove NO_STAGE. (diff)
- Switch devel/cppunit to USES=libtool, drop .la files
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=363412
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/packagekit/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports-mgmt/packagekit/Makefile b/ports-mgmt/packagekit/Makefile
index 45ed5d0f7b89..f8b3f279f28f 100644
--- a/ports-mgmt/packagekit/Makefile
+++ b/ports-mgmt/packagekit/Makefile
@@ -75,7 +75,7 @@ CONFIGURE_ARGS+=--disable-qt
LIB_DEPENDS+= libpackagekit-glib2.so:${PORTSDIR}/ports-mgmt/packagekit
CONFIGURE_ARGS+=--enable-qt
-LIB_DEPENDS+= libcppunit-1.12.so:${PORTSDIR}/devel/cppunit
+LIB_DEPENDS+= libcppunit.so:${PORTSDIR}/devel/cppunit
USE_QT4+= dbus gui xml sql moc_build
#.include "${PORTSDIR}/Mk/bsd.qt.mk"
.endif