1
0
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:
Brooks Davis 2007-02-08 04:19:03 +00:00
parent 6e5ec9b140
commit a3b23141e0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=184545
3 changed files with 0 additions and 12 deletions

View File

@ -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

View File

@ -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

View File

@ -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