diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-30 12:37:20 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-30 12:37:20 +0000 |
commit | 43b1096ff05dadfb8fa6c8f9ad9ae12cd4476110 (patch) | |
tree | 3f03dae6c0ae25cd89ea7d0dadc56463a65b018c /audio | |
parent | 14f02d6a872609f39f8b319c0a2e240c0b582e2e (diff) |
Notes
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> |