summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2013-03-23 18:49:31 +0000
committerGreg Lewis <glewis@FreeBSD.org>2013-03-23 18:49:31 +0000
commit67d39019d649784f997ba571116bc8ec076969dc (patch)
treed8549abb5ae44ee64617cb27fd10a7701b28696b
parent. Remove the versioning from the libarchive dependency due to it's version (diff)
. Remove the versioning from the libarchive dependency so we don't need to
chase shared library bumps.
Notes
Notes: svn path=/head/; revision=315067
-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>