diff options
author | minskim <minskim> | 2005-10-30 04:55:59 +0000 |
---|---|---|
committer | minskim <minskim> | 2005-10-30 04:55:59 +0000 |
commit | c48d1799bb24b111691b888b5cd6e4a81c5fbb41 (patch) | |
tree | d7fc340a87abc24e7115f57b6b7a73a62dede42e /audio | |
parent | 178ab7cba7485e6d57876dd81c9650bf159e3422 (diff) | |
download | pkgsrc-c48d1799bb24b111691b888b5cd6e4a81c5fbb41.tar.gz |
ENV is not defined; use SETENV instead.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/festival/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/festival/Makefile b/audio/festival/Makefile index 2f1bf1f6ba3..ea4dcb3cf3b 100644 --- a/audio/festival/Makefile +++ b/audio/festival/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2005/09/29 19:35:50 kristerw Exp $ +# $NetBSD: Makefile,v 1.45 2005/10/30 04:55:59 minskim Exp $ DISTNAME= festival-1.95-beta PKGNAME= festival-1.95beta @@ -74,7 +74,7 @@ post-patch: .endif do-configure: - cd ${SPEECHTOOLS} && ${ENV} ${CONFIGURE_ENV} ./configure ${CONFIGURE_ARGS} + cd ${SPEECHTOOLS} && ${SETENV} ${CONFIGURE_ENV} ./configure ${CONFIGURE_ARGS} do-install: ${INSTALL_DATA_DIR} ${FHOME} |