diff options
author | pav <pav@FreeBSD.org> | 2011-03-04 06:08:36 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2011-03-04 06:08:36 +0800 |
commit | 19527f0da274bbf2423e0a8d532b429fdbde778e (patch) | |
tree | cabc1933419c6b63ae42368f4ddea9622da27239 /ports-mgmt/bxpkg | |
parent | 88f2aa2eab5349b787283bda792c7a5be6f588d1 (diff) | |
download | freebsd-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/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> |