aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2011-03-03 22:08:36 +0000
committerPav Lucistnik <pav@FreeBSD.org>2011-03-03 22:08:36 +0000
commitc20add828e730eb0e06123431ada7e59197c714f (patch)
tree8adbaf15a533ce866bbef7994942bfa916dd3afe /ports-mgmt
parenta35b71d87077375013db1e343c1dcb4979d76de1 (diff)
downloadports-c20add828e730eb0e06123431ada7e59197c714f.tar.gz
ports-c20add828e730eb0e06123431ada7e59197c714f.zip
Notes
Diffstat (limited to 'ports-mgmt')
-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>