aboutsummaryrefslogtreecommitdiff
path: root/audio/espeak/Makefile
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2009-01-18 13:42:57 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2009-01-18 13:42:57 +0000
commitd5c5b75ddebd1fee7a2d08599719e24ec84f90b4 (patch)
treed91df3dde819bf87c55c2f33a30ad7652b729920 /audio/espeak/Makefile
parent0b7ea16492eb600eacc4313fd865f298665dcb13 (diff)
downloadports-d5c5b75ddebd1fee7a2d08599719e24ec84f90b4.tar.gz
ports-d5c5b75ddebd1fee7a2d08599719e24ec84f90b4.zip
Notes
Diffstat (limited to 'audio/espeak/Makefile')
-rw-r--r--audio/espeak/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/audio/espeak/Makefile b/audio/espeak/Makefile
index 72f490442ef6..19fcdb00fe9d 100644
--- a/audio/espeak/Makefile
+++ b/audio/espeak/Makefile
@@ -23,6 +23,7 @@ MAKE_ENV+= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
LDFLAGS="${LDFLAGS}"
USE_GMAKE= yes
+USE_GCC= 4.2+
USE_LDCONFIG= yes
USE_ZIP= yes
@@ -44,10 +45,6 @@ post-install:
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 700042
-USE_GCC= 4.2+
-.endif
-
.if ${ARCH} == "sparc64"
BROKEN= Does not compile on sparc64
.endif