diff options
author | gerald <gerald@FreeBSD.org> | 2009-01-18 21:42:57 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2009-01-18 21:42:57 +0800 |
commit | f7613b626ea0a44d273012fbaa5338dda042e619 (patch) | |
tree | bf0e2cbd696a7909f32280a9e6408bf2b4d58257 /audio/espeak | |
parent | eb2b29b6f27d47e30f5518fab2858802d6fcd7f1 (diff) | |
download | freebsd-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/Makefile | 5 |
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 |