aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-07-11 21:44:43 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-07-11 21:44:43 +0000
commit99a34eb395d0bedb08bb84647b590b3f6ad59bf3 (patch)
treef8ec711d990ed8cd3e8a48c9e49786940b21a2ed /graphics
parent85b6b50fad67bf97eb914e5c65e1b2763b61009e (diff)
downloadports-99a34eb395d0bedb08bb84647b590b3f6ad59bf3.tar.gz
ports-99a34eb395d0bedb08bb84647b590b3f6ad59bf3.zip
Notes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/pixieplus/Makefile8
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>