mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
Get rid of warnings about for old, unsupported perl versions.
This commit is contained in:
parent
6e5ec9b140
commit
a3b23141e0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=184545
@ -76,10 +76,6 @@ RUN_DEPENDS+= shorten:${PORTSDIR}/audio/shorten
|
||||
RUN_DEPENDS+= oggdec:${PORTSDIR}/audio/vorbis-tools
|
||||
.endif
|
||||
|
||||
.if ${PERL_LEVEL} < 500803
|
||||
IGNORE= perl 5.8.3 or newer required. Install lang/perl5.8 and try again
|
||||
.endif
|
||||
|
||||
USE_RC_SUBR= slimserver.sh
|
||||
TMP_SLIMDIR= ${WRKDIR}/slimserver
|
||||
TMP_DOCSDIR= ${WRKDIR}/doc
|
||||
|
@ -76,10 +76,6 @@ RUN_DEPENDS+= shorten:${PORTSDIR}/audio/shorten
|
||||
RUN_DEPENDS+= oggdec:${PORTSDIR}/audio/vorbis-tools
|
||||
.endif
|
||||
|
||||
.if ${PERL_LEVEL} < 500803
|
||||
IGNORE= perl 5.8.3 or newer required. Install lang/perl5.8 and try again
|
||||
.endif
|
||||
|
||||
USE_RC_SUBR= slimserver.sh
|
||||
TMP_SLIMDIR= ${WRKDIR}/slimserver
|
||||
TMP_DOCSDIR= ${WRKDIR}/doc
|
||||
|
@ -76,10 +76,6 @@ RUN_DEPENDS+= shorten:${PORTSDIR}/audio/shorten
|
||||
RUN_DEPENDS+= oggdec:${PORTSDIR}/audio/vorbis-tools
|
||||
.endif
|
||||
|
||||
.if ${PERL_LEVEL} < 500803
|
||||
IGNORE= perl 5.8.3 or newer required. Install lang/perl5.8 and try again
|
||||
.endif
|
||||
|
||||
USE_RC_SUBR= slimserver.sh
|
||||
TMP_SLIMDIR= ${WRKDIR}/slimserver
|
||||
TMP_DOCSDIR= ${WRKDIR}/doc
|
||||
|
Loading…
Reference in New Issue
Block a user