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 /ports-mgmt | |
parent | remove 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/Makefile | 2 |
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 |