From 19527f0da274bbf2423e0a8d532b429fdbde778e Mon Sep 17 00:00:00 2001 From: pav Date: Thu, 3 Mar 2011 22:08:36 +0000 Subject: - Mark BROKEN on 7.X: calls libarchive function that's not present < 8.X Reported by: pointyhat --- ports-mgmt/bxpkg/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'ports-mgmt/bxpkg') 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 +.include + +.if ${OSVERSION} < 800000 +BROKEN= does not build +.endif + +.include -- cgit