diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-07-19 06:29:35 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-07-19 06:29:35 +0000 |
commit | 3dc8097aac854240d9eebda13ee5bea844a09017 (patch) | |
tree | 3fef8894b292a7b19d738b3c8bcecdc0cd119587 /audio/vorbis | |
parent | a6cf39e07bdcf7b34ecf07fce54a2013d6ca94f4 (diff) | |
download | ports-3dc8097aac854240d9eebda13ee5bea844a09017.tar.gz ports-3dc8097aac854240d9eebda13ee5bea844a09017.zip |
Notes
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 |