diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-12-20 16:14:14 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-12-20 16:14:14 +0000 |
commit | 89c5de703163bc92603bc4ad3ec74b9e1f73f231 (patch) | |
tree | 765c5c07ee53ac58ac2d1d65e0c05055ba8cac38 /audio/vorbisgain | |
parent | 4a8a94afaf2b48b5a09619c5a9af1590fa7fa2d4 (diff) | |
download | ports-89c5de703163bc92603bc4ad3ec74b9e1f73f231.tar.gz ports-89c5de703163bc92603bc4ad3ec74b9e1f73f231.zip |
Notes
Diffstat (limited to 'audio/vorbisgain')
-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 38359d7f9ce7..8ff77214075e 100644 --- a/audio/vorbisgain/Makefile +++ b/audio/vorbisgain/Makefile @@ -8,13 +8,14 @@ PORTNAME= vorbisgain PORTVERSION= 0.34 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://users.pandora.be/sjeng/ftp/vorbis/ MAINTAINER= ports@FreeBSD.org COMMENT= Calculates the perceived sound level of an Ogg Vorbis file -LIB_DEPENDS= vorbis.2:${PORTSDIR}/audio/libvorbis +LIB_DEPENDS= vorbis.3:${PORTSDIR}/audio/libvorbis USE_ZIP= yes GNU_CONFIGURE= yes |