aboutsummaryrefslogtreecommitdiffstats
path: root/ports-mgmt/bxpkg
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-07-16 16:44:04 +0800
committerbapt <bapt@FreeBSD.org>2014-07-16 16:44:04 +0800
commit54fe086946300e97f880eadf5c3294ffafd89807 (patch)
tree289ec4aa8b822fb645ed24b93d3aecb4b11d3438 /ports-mgmt/bxpkg
parent117881353a4b7072903cc6e7f10e947c2fa9dcc5 (diff)
downloadfreebsd-ports-gnome-54fe086946300e97f880eadf5c3294ffafd89807.tar.gz
freebsd-ports-gnome-54fe086946300e97f880eadf5c3294ffafd89807.tar.zst
freebsd-ports-gnome-54fe086946300e97f880eadf5c3294ffafd89807.zip
Fix some non default LIB_DEPENDS
With hat: portmgr
Diffstat (limited to 'ports-mgmt/bxpkg')
-rw-r--r--ports-mgmt/bxpkg/Makefile2
1 files changed, 1 insertions, 1 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>