diff options
author | petef <petef@FreeBSD.org> | 2001-12-30 18:17:35 +0000 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2001-12-30 18:17:35 +0000 |
commit | 102c316cba633c35fc0f3b594d1896a3655d0fa6 (patch) | |
tree | 676a410da36735b98b68a0971ba3c33c4b7d6087 /audio | |
parent | 29508a7ae1fc6a692a7777ab520322db11979ca8 (diff) | |
download | FreeBSD-ports-102c316cba633c35fc0f3b594d1896a3655d0fa6.zip FreeBSD-ports-102c316cba633c35fc0f3b594d1896a3655d0fa6.tar.gz |
Chase libaudio shlib major (from the audio/nas update).
Diffstat (limited to 'audio')
-rw-r--r-- | audio/festival+OGI/Makefile | 3 | ||||
-rw-r--r-- | audio/festival/Makefile | 3 | ||||
-rw-r--r-- | audio/mpg123/Makefile | 2 |
3 files changed, 5 insertions, 3 deletions
diff --git a/audio/festival+OGI/Makefile b/audio/festival+OGI/Makefile index 4cdc1cf..d966933 100644 --- a/audio/festival+OGI/Makefile +++ b/audio/festival+OGI/Makefile @@ -9,6 +9,7 @@ PORTNAME= festival PORTVERSION= 1.4.1 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://www.speech.cs.cmu.edu/festival/cstr/festival/${PORTVERSION}/ \ ftp://ftp.leb.net/pub/blinux/${SUB} \ @@ -33,7 +34,7 @@ PATCHFILES= OGIfestpatch-${PORTVERSION}.tar.gz MAINTAINER= trevor@FreeBSD.org -LIB_DEPENDS= audio.1:${PORTSDIR}/audio/nas \ +LIB_DEPENDS= audio.2:${PORTSDIR}/audio/nas \ esd.2:${PORTSDIR}/audio/esound DIST_SUBDIR= festival diff --git a/audio/festival/Makefile b/audio/festival/Makefile index 4cdc1cf..d966933 100644 --- a/audio/festival/Makefile +++ b/audio/festival/Makefile @@ -9,6 +9,7 @@ PORTNAME= festival PORTVERSION= 1.4.1 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://www.speech.cs.cmu.edu/festival/cstr/festival/${PORTVERSION}/ \ ftp://ftp.leb.net/pub/blinux/${SUB} \ @@ -33,7 +34,7 @@ PATCHFILES= OGIfestpatch-${PORTVERSION}.tar.gz MAINTAINER= trevor@FreeBSD.org -LIB_DEPENDS= audio.1:${PORTSDIR}/audio/nas \ +LIB_DEPENDS= audio.2:${PORTSDIR}/audio/nas \ esd.2:${PORTSDIR}/audio/esound DIST_SUBDIR= festival diff --git a/audio/mpg123/Makefile b/audio/mpg123/Makefile index 6e2fbd3..5416111 100644 --- a/audio/mpg123/Makefile +++ b/audio/mpg123/Makefile @@ -37,7 +37,7 @@ LIB_DEPENDS+= iconv.2:${PORTSDIR}/converters/iconv .if defined(WITH_NAS) HAVE_NAS= yes -LIB_DEPENDS= audio.1:${PORTSDIR}/audio/nas +LIB_DEPENDS= audio.2:${PORTSDIR}/audio/nas MAKE_ENV+= HAVE_NAS=${HAVE_NAS} .endif |