aboutsummaryrefslogtreecommitdiffstats
path: root/ports-mgmt/bxpkg
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2011-03-04 06:08:36 +0800
committerpav <pav@FreeBSD.org>2011-03-04 06:08:36 +0800
commit19527f0da274bbf2423e0a8d532b429fdbde778e (patch)
treecabc1933419c6b63ae42368f4ddea9622da27239 /ports-mgmt/bxpkg
parent88f2aa2eab5349b787283bda792c7a5be6f588d1 (diff)
downloadfreebsd-ports-gnome-19527f0da274bbf2423e0a8d532b429fdbde778e.tar.gz
freebsd-ports-gnome-19527f0da274bbf2423e0a8d532b429fdbde778e.tar.zst
freebsd-ports-gnome-19527f0da274bbf2423e0a8d532b429fdbde778e.zip
- Mark BROKEN on 7.X: calls libarchive function that's not present < 8.X
Reported by: pointyhat
Diffstat (limited to 'ports-mgmt/bxpkg')
-rw-r--r--ports-mgmt/bxpkg/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/ports-mgmt/bxpkg/Makefile b/ports-mgmt/bxpkg/Makefile
index 7ec1ccad4ea4..1c3b1d07a159 100644
--- a/ports-mgmt/bxpkg/Makefile
+++ b/ports-mgmt/bxpkg/Makefile
@@ -22,4 +22,10 @@ USE_BZIP2= YES
WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 800000
+BROKEN= does not build
+.endif
+
+.include <bsd.port.post.mk>