summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2005-07-21 20:12:50 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2005-07-21 20:12:50 +0000
commitd8fc136e9d354f01711723e3155e756148805f5f (patch)
tree74513155f4acbff6ed4903f6f17af3da4948d564 /audio
parentThe 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/Makefile2
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>