diff options
author | novel <novel@FreeBSD.org> | 2005-07-21 20:12:50 +0000 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2005-07-21 20:12:50 +0000 |
commit | eadf0fe1eebe2a70f7dcc4db033c14877cab4321 (patch) | |
tree | b3b8af07bc712cd9453e6a1fe2773688a53035fd /audio/p5-MP3-Tag | |
parent | 0a3d1aa06cb98d5e0620eb0fc582791cfbff62f8 (diff) | |
download | FreeBSD-ports-eadf0fe1eebe2a70f7dcc4db033c14877cab4321.zip FreeBSD-ports-eadf0fe1eebe2a70f7dcc4db033c14877cab4321.tar.gz |
Fix the IGNORE message.
Diffstat (limited to 'audio/p5-MP3-Tag')
-rw-r--r-- | audio/p5-MP3-Tag/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/p5-MP3-Tag/Makefile b/audio/p5-MP3-Tag/Makefile index e882ea3..99c3b6a 100644 --- a/audio/p5-MP3-Tag/Makefile +++ b/audio/p5-MP3-Tag/Makefile @@ -26,7 +26,7 @@ CONFLICTS= p5-tagged-0.* .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500800 -IGNORE= "Perl 5.8 or newer required. Install lang/perl5.8 and try again" +IGNORE= requires Perl 5.8 or newer .endif .include <bsd.port.post.mk> |