diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-07-11 21:44:43 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-07-11 21:44:43 +0000 |
commit | 99a34eb395d0bedb08bb84647b590b3f6ad59bf3 (patch) | |
tree | f8ec711d990ed8cd3e8a48c9e49786940b21a2ed /graphics/pixieplus | |
parent | Remove a bad chunk that broke the build on versions other than -CURRENT. (diff) |
BROKEN on 4.x: Does not compile
Notes
Notes:
svn path=/head/; revision=113426
Diffstat (limited to 'graphics/pixieplus')
-rw-r--r-- | graphics/pixieplus/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/pixieplus/Makefile b/graphics/pixieplus/Makefile index 5e36e5d2a126..ec0134232373 100644 --- a/graphics/pixieplus/Makefile +++ b/graphics/pixieplus/Makefile @@ -23,4 +23,10 @@ INSTALLS_SHLIB= yes USE_INC_LIBTOOL_VER=13 USE_BZIP2= yes -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +BROKEN= "Does not compile on 4.x" +.endif + +.include <bsd.port.post.mk> |