diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2007-02-08 04:19:03 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2007-02-08 04:19:03 +0000 |
commit | a3b23141e00aa4ebb68342b18acfd6afda198faf (patch) | |
tree | f93a912c36c88682c183d5cddd393df0e4c83f5c /audio/slimserver | |
parent | 6e5ec9b1403fd5ed76d9d9120d330f2a608ba637 (diff) | |
download | ports-a3b23141e00aa4ebb68342b18acfd6afda198faf.tar.gz ports-a3b23141e00aa4ebb68342b18acfd6afda198faf.zip |
Notes
Diffstat (limited to 'audio/slimserver')
-rw-r--r-- | audio/slimserver/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/audio/slimserver/Makefile b/audio/slimserver/Makefile index 1c4cf7b6a22e..8d3f943f5c9b 100644 --- a/audio/slimserver/Makefile +++ b/audio/slimserver/Makefile @@ -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 |