diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-05 14:51:06 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-05 14:51:06 +0000 |
commit | a26a7c64e7a9c73198b8f6c5c5f5fd03a62d9caf (patch) | |
tree | dc2bec5b7b2498b26c42697255a464e87d4c3088 /audio/p5-Shout/Makefile | |
parent | 2a5b8b14467d804e047aaf2a12129c8617f344f9 (diff) | |
download | ports-a26a7c64e7a9c73198b8f6c5c5f5fd03a62d9caf.tar.gz ports-a26a7c64e7a9c73198b8f6c5c5f5fd03a62d9caf.zip |
Notes
Diffstat (limited to 'audio/p5-Shout/Makefile')
-rw-r--r-- | audio/p5-Shout/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/p5-Shout/Makefile b/audio/p5-Shout/Makefile index 9aede331e5e8..346648e8e752 100644 --- a/audio/p5-Shout/Makefile +++ b/audio/p5-Shout/Makefile @@ -3,6 +3,7 @@ PORTNAME= Shout PORTVERSION= 2.1 +PORTREVISION= 1 CATEGORIES= audio perl5 MASTER_SITES= http://downloads.us.xiph.org/releases/libshout/ PKGNAMEPREFIX= p5- @@ -10,7 +11,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl glue for libshout MP3 streaming source library -LIB_DEPENDS= libshout.so:${PORTSDIR}/audio/libshout2 +LIB_DEPENDS= libshout.so:${PORTSDIR}/audio/libshout USES= perl5 pkgconfig shebangfix USE_PERL5= configure |