summaryrefslogtreecommitdiff
path: root/audio/festival
diff options
context:
space:
mode:
authoragc <agc>2004-01-20 12:07:06 +0000
committeragc <agc>2004-01-20 12:07:06 +0000
commit0bc53217fe50327f0f59e7136db15f92f75951d9 (patch)
tree28fc431efa48feea798736cefee933a6529a5c91 /audio/festival
parent4ef418cfdcfbcc2f20fac9453fb8f2e2d95bf05a (diff)
downloadpkgsrc-0bc53217fe50327f0f59e7136db15f92f75951d9.tar.gz
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'audio/festival')
-rw-r--r--audio/festival/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/festival/Makefile b/audio/festival/Makefile
index 118f96db981..0a1c480d81a 100644
--- a/audio/festival/Makefile
+++ b/audio/festival/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.28 2003/12/23 10:35:30 sketch Exp $
+# $NetBSD: Makefile,v 1.29 2004/01/20 12:07:41 agc Exp $
DISTNAME= festival-1.4.1
PKGREVISION= 1
-WRKSRC= ${WRKDIR}
CATEGORIES= audio
MASTER_SITES= ftp://ftp.cstr.ed.ac.uk/pub/festival/1.4.1/ \
http://www.speech.cs.cmu.edu/festival/cstr/festival/1.4.1/ \
@@ -18,6 +17,7 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.cstr.ed.ac.uk/projects/festival.html
COMMENT= Festival is an advanced multi-lingual speech synthesis system
+WRKSRC= ${WRKDIR}
USE_BUILDLINK2= yes
USE_GMAKE= yes
USE_X11= yes