aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-07-16 08:44:04 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-07-16 08:44:04 +0000
commit6ca92592d58fba5e5954c7325043d1b4d6b26646 (patch)
tree289ec4aa8b822fb645ed24b93d3aecb4b11d3438 /ports-mgmt
parent838bfabea59c3c6d88886bbf7417b92f560c5481 (diff)
downloadports-6ca92592d58fba5e5954c7325043d1b4d6b26646.tar.gz
ports-6ca92592d58fba5e5954c7325043d1b4d6b26646.zip
Notes
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/bxpkg/Makefile2
-rw-r--r--ports-mgmt/packagekit/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/ports-mgmt/bxpkg/Makefile b/ports-mgmt/bxpkg/Makefile
index 9ae67e21385b..bf8af7af4c1e 100644
--- a/ports-mgmt/bxpkg/Makefile
+++ b/ports-mgmt/bxpkg/Makefile
@@ -24,7 +24,7 @@ NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 800000
-LIB_DEPENDS+= archive:${PORTSDIR}/archivers/libarchive
+LIB_DEPENDS+= libarchive.so:${PORTSDIR}/archivers/libarchive
.endif
.include <bsd.port.post.mk>
diff --git a/ports-mgmt/packagekit/Makefile b/ports-mgmt/packagekit/Makefile
index f03a9f0bf750..45ed5d0f7b89 100644
--- a/ports-mgmt/packagekit/Makefile
+++ b/ports-mgmt/packagekit/Makefile
@@ -72,7 +72,7 @@ PLIST_SUB+= GTK="@comment "
CONFIGURE_ARGS+=--disable-qt
.elif defined(${SLAVEPORT}) && ${SLAVEPORT}=="qt4"
-LIB_DEPENDS+= packagekit-glib2:${PORTSDIR}/ports-mgmt/packagekit
+LIB_DEPENDS+= libpackagekit-glib2.so:${PORTSDIR}/ports-mgmt/packagekit
CONFIGURE_ARGS+=--enable-qt
LIB_DEPENDS+= libcppunit-1.12.so:${PORTSDIR}/devel/cppunit