aboutsummaryrefslogtreecommitdiffstats
path: root/ports-mgmt
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2012-03-03 05:37:00 +0800
committerpav <pav@FreeBSD.org>2012-03-03 05:37:00 +0800
commit9c7dcfa03f5026f67afd1e611777ef8e77aade15 (patch)
treefd298535e3fe1428ab4131a3867e2293d1b0a5ba /ports-mgmt
parent2b03b6da4751f72c30ff7d73b8e0d66d8c93ed51 (diff)
downloadfreebsd-ports-gnome-9c7dcfa03f5026f67afd1e611777ef8e77aade15.tar.gz
freebsd-ports-gnome-9c7dcfa03f5026f67afd1e611777ef8e77aade15.tar.zst
freebsd-ports-gnome-9c7dcfa03f5026f67afd1e611777ef8e77aade15.zip
- Chase libarchive shlib bump
Reported by: pointyhat Pointy hat to: glewis
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/bxpkg/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/ports-mgmt/bxpkg/Makefile b/ports-mgmt/bxpkg/Makefile
index 0bbf71b20752..dee1a793b038 100644
--- a/ports-mgmt/bxpkg/Makefile
+++ b/ports-mgmt/bxpkg/Makefile
@@ -7,6 +7,7 @@
PORTNAME= bxpkg
DISTVERSION= 0.0.4_0
+PORTREVISION= 1
CATEGORIES= ports-mgmt
MASTER_SITES= http://bxpkg.bsdroot.lv/files/
DISTNAME= ${PORTNAME}-${DISTVERSION}
@@ -25,7 +26,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 800000
-LIB_DEPENDS+= archive.10:${PORTSDIR}/archivers/libarchive
+LIB_DEPENDS+= archive.12:${PORTSDIR}/archivers/libarchive
.endif
.include <bsd.port.post.mk>