diff options
author | itetcu <itetcu@FreeBSD.org> | 2007-06-11 16:36:01 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2007-06-11 16:36:01 +0800 |
commit | ca65d43377a8bf3a8c09576daa7953862f018c73 (patch) | |
tree | 306196be8b3e4a97f4a2c36649ddf1361371b79c /devel/p5-Cdk | |
parent | 0370fd2d8e16219a12dbaff4c5f1a176e4686b23 (diff) | |
download | freebsd-ports-gnome-ca65d43377a8bf3a8c09576daa7953862f018c73.tar.gz freebsd-ports-gnome-ca65d43377a8bf3a8c09576daa7953862f018c73.tar.zst freebsd-ports-gnome-ca65d43377a8bf3a8c09576daa7953862f018c73.zip |
Remove support to FreeBSD 4.x (EOL)
PR: ports/111864
Submitted by: araujo
Approved by: maintainer timeout
Diffstat (limited to 'devel/p5-Cdk')
-rw-r--r-- | devel/p5-Cdk/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/devel/p5-Cdk/Makefile b/devel/p5-Cdk/Makefile index a4270393420e..74333df6c40f 100644 --- a/devel/p5-Cdk/Makefile +++ b/devel/p5-Cdk/Makefile @@ -21,10 +21,4 @@ LIB_DEPENDS= cdk.5:${PORTSDIR}/devel/cdk PERL_CONFIGURE= yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= Does not compile -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |