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/festival | |
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/festival')
-rw-r--r-- | audio/festival/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |