aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/bxpkg
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2012-03-02 21:37:00 +0000
committerPav Lucistnik <pav@FreeBSD.org>2012-03-02 21:37:00 +0000
commit5e2b42b46e62d5dd052dcd9bea190037484a9a77 (patch)
treebf9155a0af5ca7e20fba8341de49a094193bd029 /ports-mgmt/bxpkg
parent8539f60185df38fc0d1111accb0734863ab6a3b7 (diff)
downloadports-5e2b42b46e62d5dd052dcd9bea190037484a9a77.tar.gz
ports-5e2b42b46e62d5dd052dcd9bea190037484a9a77.zip
Notes
Diffstat (limited to 'ports-mgmt/bxpkg')
-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>