diff options
Diffstat (limited to 'audio/vorbis')
-rw-r--r-- | audio/vorbis/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/vorbis/Makefile b/audio/vorbis/Makefile index 0cad562290ce..673d9516cd7d 100644 --- a/audio/vorbis/Makefile +++ b/audio/vorbis/Makefile @@ -6,8 +6,8 @@ # PORTNAME= vorbis -PORTVERSION= 1.0b4 -PORTEPOCH= 1 +PORTVERSION= 1.0.r1 +PORTEPOCH= 2 CATEGORIES= audio MASTER_SITES= # empty DISTFILES= # none @@ -16,7 +16,7 @@ EXTRACT_ONLY= # empty MAINTAINER= naddy@mips.inka.de LIB_DEPENDS= ao.1:${PORTSDIR}/audio/libao \ - ogg.1:${PORTSDIR}/audio/libogg \ + ogg.2:${PORTSDIR}/audio/libogg \ vorbis.0:${PORTSDIR}/audio/libvorbis RUN_DEPENDS= ogg123:${PORTSDIR}/audio/vorbis-tools @@ -26,7 +26,7 @@ PLIST= ${WRKDIR}/pkg-plist SUBPORTS= libao libogg libvorbis vorbis-tools pre-install: - ${ECHO} "@comment intentionally left empty" > ${PLIST} + @${ECHO} "@comment intentionally left empty" > ${PLIST} do-install: # empty |