diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-09-17 06:49:29 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-09-17 06:49:29 +0000 |
commit | 6fb6597c896b7c2d85ae3cf5c992dff59a7205ac (patch) | |
tree | aa66d7bd719f61ac29aba195639af7c69749e352 /audio | |
parent | 97fc19df31dd1dfe1159320656deabf02d509846 (diff) | |
download | ports-6fb6597c896b7c2d85ae3cf5c992dff59a7205ac.tar.gz ports-6fb6597c896b7c2d85ae3cf5c992dff59a7205ac.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/p5-Audio-Beep/Makefile | 2 | ||||
-rw-r--r-- | audio/p5-MP3-Tag/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/audio/p5-Audio-Beep/Makefile b/audio/p5-Audio-Beep/Makefile index 549aeeef01e4..86019827cb37 100644 --- a/audio/p5-Audio-Beep/Makefile +++ b/audio/p5-Audio-Beep/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= gslin@gslin.org COMMENT= A module to use your computer beeper in fancy ways -PERL_CONFIGURE= 5.8.0+ +PERL_CONFIGURE= yes MAN3= Audio::Beep.3 Audio::Beep::BSD::beep.3 diff --git a/audio/p5-MP3-Tag/Makefile b/audio/p5-MP3-Tag/Makefile index 6eecb0abb294..364feecb653a 100644 --- a/audio/p5-MP3-Tag/Makefile +++ b/audio/p5-MP3-Tag/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= novel@FreeBSD.org COMMENT= Module for reading tags of MP3 audio files -PERL_CONFIGURE= 5.8.0+ +PERL_CONFIGURE= yes MAN1= audio_rename.1 typeset_audio_dir.1 mp3info2.1 MAN3= MP3::Tag.3 MP3::Tag::ID3v1.3 MP3::Tag::File.3 \ |