aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Cdk
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-03-19 21:48:01 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-03-19 21:48:01 +0000
commit5fe4e095a84bc825a45e67e6ea5634ab7d02c372 (patch)
tree6564b37f68e6cc36957445c157a6988c324ec74b /devel/p5-Cdk
parentf6d11cbc9e318b89f4e34c3dd99a9c5cfa2f9fc8 (diff)
downloadports-5fe4e095a84bc825a45e67e6ea5634ab7d02c372.tar.gz
ports-5fe4e095a84bc825a45e67e6ea5634ab7d02c372.zip
Notes
Diffstat (limited to 'devel/p5-Cdk')
-rw-r--r--devel/p5-Cdk/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/p5-Cdk/Makefile b/devel/p5-Cdk/Makefile
index 74333df6c40f..a4270393420e 100644
--- a/devel/p5-Cdk/Makefile
+++ b/devel/p5-Cdk/Makefile
@@ -21,4 +21,10 @@ LIB_DEPENDS= cdk.5:${PORTSDIR}/devel/cdk
PERL_CONFIGURE= yes
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= Does not compile
+.endif
+
+.include <bsd.port.post.mk>