diff options
author | kris <kris@FreeBSD.org> | 2004-02-22 06:06:50 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-22 06:06:50 +0800 |
commit | 6fbdbd91d562290ab8a4f1d938b3cbfe9a439da3 (patch) | |
tree | c4eace5a26cfdd0c0cf09bd8921e4dcf7557427f /devel/p5-Cdk | |
parent | 369f6205f60c608fffa844ea84c2a68d4965c2d6 (diff) | |
download | freebsd-ports-gnome-6fbdbd91d562290ab8a4f1d938b3cbfe9a439da3.tar.gz freebsd-ports-gnome-6fbdbd91d562290ab8a4f1d938b3cbfe9a439da3.tar.zst freebsd-ports-gnome-6fbdbd91d562290ab8a4f1d938b3cbfe9a439da3.zip |
This does not compile on 4.x either
Diffstat (limited to 'devel/p5-Cdk')
-rw-r--r-- | devel/p5-Cdk/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/devel/p5-Cdk/Makefile b/devel/p5-Cdk/Makefile index 04037dd3ad23..426b80a142e6 100644 --- a/devel/p5-Cdk/Makefile +++ b/devel/p5-Cdk/Makefile @@ -21,10 +21,6 @@ LIB_DEPENDS= cdk.4:${PORTSDIR}/devel/cdk WRKSRC= ${WRKDIR}/Cdk PERL_CONFIGURE= yes -.include <bsd.port.pre.mk> +BROKEN= "Does not compile" -.if ${PERL_LEVEL} >= 500800 -BROKEN= "Does not compile with perl >= 5.8" -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |