diff options
Diffstat (limited to 'ports-mgmt/bxpkg')
-rw-r--r-- | ports-mgmt/bxpkg/Makefile | 8 |
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> |