summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-12-08 23:27:24 +0000
committerkrion <krion@FreeBSD.org>2004-12-08 23:27:24 +0000
commitb6b9098ddb82de63ecca1d9ba62f57c16c8bc57e (patch)
tree4dabd6a631e367e8419ffa673513a34956c5a841 /graphics
parentbe8c929ea1294998adeb1914b03ab182ae93a16c (diff)
downloadFreeBSD-ports-b6b9098ddb82de63ecca1d9ba62f57c16c8bc57e.zip
FreeBSD-ports-b6b9098ddb82de63ecca1d9ba62f57c16c8bc57e.tar.gz
BROKEN: Does not compile on 4.x
Diffstat (limited to 'graphics')
-rw-r--r--graphics/libpcd/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/libpcd/Makefile b/graphics/libpcd/Makefile
index 27886ac..fa842ee 100644
--- a/graphics/libpcd/Makefile
+++ b/graphics/libpcd/Makefile
@@ -19,4 +19,10 @@ INSTALLS_SHLIB= yes
WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/}
MAKEFILE= ${WRKSRC}/GNUmakefile
-.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>
OpenPOWER on IntegriCloud