summaryrefslogtreecommitdiff
path: root/audio/festival
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-02-09 19:57:54 +0000
committerjlam <jlam@pkgsrc.org>2004-02-09 19:57:54 +0000
commit3cb6329f4473b7b45631dc698eeeb625f443fdee (patch)
treeb1c447fbc275d3fde6e9f42268206401b0eec8dc /audio/festival
parent2be13c7afe1ca221f669eb2180f632e41d4a0f8a (diff)
downloadpkgsrc-3cb6329f4473b7b45631dc698eeeb625f443fdee.tar.gz
USE_GCC[23], USE_SUNPRO, and USE_MIPSPRO are all deprecated.
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 74127b2e87c..5d54ae3f9e3 100644
--- a/audio/festival/Makefile
+++ b/audio/festival/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2004/01/22 07:15:00 grant Exp $
+# $NetBSD: Makefile,v 1.31 2004/02/09 19:57:54 jlam Exp $
DISTNAME= festival-1.4.1
PKGREVISION= 1
@@ -29,7 +29,7 @@ FHOME= ${PREFIX}/share/festival
.include "../../mk/bsd.prefs.mk"
-.if defined(USE_SUNPRO)
+.if !empty(PKGSRC_COMPILER:Msunpro)
PKG_COMPILER?= suncc
.else
PKG_COMPILER!= case "${CC_VERSION}" in \