From c48d1799bb24b111691b888b5cd6e4a81c5fbb41 Mon Sep 17 00:00:00 2001 From: minskim Date: Sun, 30 Oct 2005 04:55:59 +0000 Subject: ENV is not defined; use SETENV instead. --- audio/festival/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio') 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} -- cgit v1.2.3