diff options
author | kris <kris@FreeBSD.org> | 2005-02-28 08:25:29 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-02-28 08:25:29 +0800 |
commit | 7e8052c0b250a7e122cf721fc97378211658affa (patch) | |
tree | 10c7f747f0c4cd16e758d2b0c4fe13f6ed62fd8a /audio | |
parent | 2a829d1f81616a8d62ad6429020ef4459c1b7ab9 (diff) | |
download | freebsd-ports-gnome-7e8052c0b250a7e122cf721fc97378211658affa.tar.gz freebsd-ports-gnome-7e8052c0b250a7e122cf721fc97378211658affa.tar.zst freebsd-ports-gnome-7e8052c0b250a7e122cf721fc97378211658affa.zip |
BROKEN: Incorrect pkg-plist
Diffstat (limited to 'audio')
-rw-r--r-- | audio/festival/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/festival/Makefile b/audio/festival/Makefile index 485dbcfd9b79..3c44df8f5631 100644 --- a/audio/festival/Makefile +++ b/audio/festival/Makefile @@ -8,8 +8,7 @@ # PORTNAME= festival -PORTVERSION= 1.4.1 -PORTREVISION= 2 +PORTVERSION= 1.4.3 CATEGORIES= audio accessibility MASTER_SITES= ${MASTER_SITE_FESTIVAL} MASTER_SITE_SUBDIR= ${PORTVERSION} @@ -22,6 +21,8 @@ COMMENT= Multi-lingual speech synthesis system LIB_DEPENDS= audio.2:${PORTSDIR}/audio/nas \ esd.2:${PORTSDIR}/audio/esound +BROKEN= Incorrect pkg-plist + DIST_SUBDIR= festival EXTRA_PATCHES= ${PATCHDIR}/extra-patch-aa |