diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-03-19 21:48:01 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-03-19 21:48:01 +0000 |
commit | 5fe4e095a84bc825a45e67e6ea5634ab7d02c372 (patch) | |
tree | 6564b37f68e6cc36957445c157a6988c324ec74b /devel/p5-Cdk | |
parent | f6d11cbc9e318b89f4e34c3dd99a9c5cfa2f9fc8 (diff) | |
download | ports-5fe4e095a84bc825a45e67e6ea5634ab7d02c372.tar.gz ports-5fe4e095a84bc825a45e67e6ea5634ab7d02c372.zip |
- Does not compile on 4.X
Reported by: krismail
Notes
Notes:
svn path=/head/; revision=157684
Diffstat (limited to 'devel/p5-Cdk')
-rw-r--r-- | devel/p5-Cdk/Makefile | 8 |
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> |