aboutsummaryrefslogtreecommitdiffstats
path: root/ports-mgmt
diff options
context:
space:
mode:
authorglewis <glewis@FreeBSD.org>2013-03-24 02:49:31 +0800
committerglewis <glewis@FreeBSD.org>2013-03-24 02:49:31 +0800
commit4ed0d8b1a9103f26a63aae18347f8c4fd024bcc3 (patch)
treed8549abb5ae44ee64617cb27fd10a7701b28696b /ports-mgmt
parente836243c36d7e57d2faf32e16533564b814124b0 (diff)
downloadfreebsd-ports-gnome-4ed0d8b1a9103f26a63aae18347f8c4fd024bcc3.tar.gz
freebsd-ports-gnome-4ed0d8b1a9103f26a63aae18347f8c4fd024bcc3.tar.zst
freebsd-ports-gnome-4ed0d8b1a9103f26a63aae18347f8c4fd024bcc3.zip
. Remove the versioning from the libarchive dependency so we don't need to
chase shared library bumps.
Diffstat (limited to 'ports-mgmt')
-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 2502d038b069..50a13be3eb28 100644
--- a/ports-mgmt/bxpkg/Makefile
+++ b/ports-mgmt/bxpkg/Makefile
@@ -26,7 +26,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 800000
-LIB_DEPENDS+= archive.12:${PORTSDIR}/archivers/libarchive
+LIB_DEPENDS+= archive:${PORTSDIR}/archivers/libarchive
.endif
.include <bsd.port.post.mk>