diff options
Diffstat (limited to 'audio/p5-libvorbis/Makefile')
-rw-r--r-- | audio/p5-libvorbis/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/p5-libvorbis/Makefile b/audio/p5-libvorbis/Makefile index 34f6450e33ba..474053a2631c 100644 --- a/audio/p5-libvorbis/Makefile +++ b/audio/p5-libvorbis/Makefile @@ -7,6 +7,7 @@ PORTNAME= libvorbis PORTVERSION= 0.04 +PORTREVISION= 1 CATEGORIES= audio perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR=../by-authors/id/F/FO/FOOF @@ -16,7 +17,7 @@ DISTNAME= ${PORTNAME}-perl-${PORTVERSION} MAINTAINER= dom@happygiraffe.net COMMENT= Perl extension for Ogg Vorbis streams -LIB_DEPENDS= vorbis.2:${PORTSDIR}/audio/libvorbis +LIB_DEPENDS= vorbis.3:${PORTSDIR}/audio/libvorbis USE_REINPLACE= yes |