aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorthierry <thierry@FreeBSD.org>2005-01-08 21:29:38 +0800
committerthierry <thierry@FreeBSD.org>2005-01-08 21:29:38 +0800
commit266761c009bc3c5d7b6f81907ac8162b8a73e7fa (patch)
tree504287f7c2b8594d527fc3f80d770bc42eb95285 /www
parent57ac3b306c4a6345f6cf99f16091216a2c9654e8 (diff)
downloadfreebsd-ports-gnome-266761c009bc3c5d7b6f81907ac8162b8a73e7fa.tar.gz
freebsd-ports-gnome-266761c009bc3c5d7b6f81907ac8162b8a73e7fa.tar.zst
freebsd-ports-gnome-266761c009bc3c5d7b6f81907ac8162b8a73e7fa.zip
Don't mark BROKEN with a recent perl.
PR: ports/75880 Submitted by: maintainer.
Diffstat (limited to 'www')
-rw-r--r--www/wml/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/wml/Makefile b/www/wml/Makefile
index 4473a7b14e87..75938eefa17e 100644
--- a/www/wml/Makefile
+++ b/www/wml/Makefile
@@ -17,10 +17,6 @@ COMMENT= Website META Language, webdesign toolkit for HTML generation
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png
-BROKEN= Does not compile
-EXPIRATION_DATE=2005-02-18
-DEPRECATED= ${BROKEN}
-
USE_PERL5= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-perl=${PERL5}
@@ -68,6 +64,10 @@ MAN7= wml_intro.7 wml_macros.7 wml_tutorial.7 wml_faq.7 wml_tags.7
BROKEN= "Build fails on amd64 (needs to build shared libraries with -fPIC)"
.endif
+.if ${PERL_LEVEL} < 500600
+BROKEN= "Does not compile with perl ${PERL_VERSION}"
+.endif
+
# catpages are usually not installed, so they are not compressed.
# But they are really needed as docs, so we compress manually...
.if !defined(NOMANCOMPRESS)