diff options
author | kris <kris@FreeBSD.org> | 2004-07-12 05:44:43 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-07-12 05:44:43 +0800 |
commit | c14a5ba4cb3afcc73d1b7fa11b96c485c09fdcac (patch) | |
tree | ca8f9f91f239923ae3f856908f77df9c59f725a8 /graphics | |
parent | 2bec55a3f9cdc2def93d47fd6d0e9b1d924ae041 (diff) | |
download | freebsd-ports-gnome-c14a5ba4cb3afcc73d1b7fa11b96c485c09fdcac.tar.gz freebsd-ports-gnome-c14a5ba4cb3afcc73d1b7fa11b96c485c09fdcac.tar.zst freebsd-ports-gnome-c14a5ba4cb3afcc73d1b7fa11b96c485c09fdcac.zip |
BROKEN on 4.x: Does not compile
Diffstat (limited to 'graphics')
-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> |