Don't mark BROKEN with a recent perl.
PR: ports/75880 Submitted by: maintainer.
This commit is contained in:
parent
823cc65549
commit
b07922e418
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=125795
1 changed files with 4 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue