diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/p5-Audio-Mixer/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/p5-Audio-Mixer/Makefile b/audio/p5-Audio-Mixer/Makefile index 91688536d476..dbdd4c51615e 100644 --- a/audio/p5-Audio-Mixer/Makefile +++ b/audio/p5-Audio-Mixer/Makefile @@ -3,7 +3,7 @@ PORTNAME= Audio-Mixer PORTVERSION= 0.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,7 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= dhn@FreeBSD.org COMMENT= Perl extension for Sound Mixer control -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= volume.pl USE_PERL5= configure .include <bsd.port.mk> |