diff options
Diffstat (limited to 'audio/vorbisgain/Makefile')
-rw-r--r-- | audio/vorbisgain/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/vorbisgain/Makefile b/audio/vorbisgain/Makefile index 734e7369371d..bcdc849bf83e 100644 --- a/audio/vorbisgain/Makefile +++ b/audio/vorbisgain/Makefile @@ -8,13 +8,14 @@ PORTNAME= vorbisgain PORTVERSION= 0.37 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://sjeng.org/ftp/vorbis/ MAINTAINER= laszlof@FreeBSD.org COMMENT= Calculates the perceived sound level of an Ogg Vorbis file -LIB_DEPENDS= vorbis.3:${PORTSDIR}/audio/libvorbis +LIB_DEPENDS= vorbis.4:${PORTSDIR}/audio/libvorbis GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |