aboutsummaryrefslogtreecommitdiffstats
path: root/audio/espeak
diff options
context:
space:
mode:
authorgerald <gerald@FreeBSD.org>2009-01-18 21:42:57 +0800
committergerald <gerald@FreeBSD.org>2009-01-18 21:42:57 +0800
commitf7613b626ea0a44d273012fbaa5338dda042e619 (patch)
treebf0e2cbd696a7909f32280a9e6408bf2b4d58257 /audio/espeak
parenteb2b29b6f27d47e30f5518fab2858802d6fcd7f1 (diff)
downloadfreebsd-ports-gnome-f7613b626ea0a44d273012fbaa5338dda042e619.tar.gz
freebsd-ports-gnome-f7613b626ea0a44d273012fbaa5338dda042e619.tar.zst
freebsd-ports-gnome-f7613b626ea0a44d273012fbaa5338dda042e619.zip
Simplify the use of USE_GCC.
Approved by: nivit (maintainer)
Diffstat (limited to 'audio/espeak')
-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