diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-07-21 20:12:50 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-07-21 20:12:50 +0000 |
commit | d8fc136e9d354f01711723e3155e756148805f5f (patch) | |
tree | 74513155f4acbff6ed4903f6f17af3da4948d564 /audio | |
parent | The gborg.postgresql.org distributions exist on the main postgresql (diff) |
Fix the IGNORE message.
Diffstat (limited to 'audio')
-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 e882ea3ba57c..99c3b6a93573 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> |