aboutsummaryrefslogtreecommitdiff
path: root/astro/ephem/Makefile
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2013-11-02 23:06:17 +0000
committerMark Felder <feld@FreeBSD.org>2013-11-02 23:06:17 +0000
commit04748d659f887aeb52a51571da2939f050271a7b (patch)
tree1f9838630c23fc4651e0b8460007a10a5169ebfa /astro/ephem/Makefile
parent05ca77bc933651fa865f0ddcc2f4e9987cb92650 (diff)
downloadports-04748d659f887aeb52a51571da2939f050271a7b.tar.gz
ports-04748d659f887aeb52a51571da2939f050271a7b.zip
Fix build on FreeBSD 10+
PR: ports/183551 Approved by: swills (mentor, implicit)
Notes
Notes: svn path=/head/; revision=332551
Diffstat (limited to 'astro/ephem/Makefile')
-rw-r--r--astro/ephem/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/astro/ephem/Makefile b/astro/ephem/Makefile
index 362bdd9cce48..323fc9d7d3a7 100644
--- a/astro/ephem/Makefile
+++ b/astro/ephem/Makefile
@@ -17,6 +17,8 @@ ALL_TARGET=
CFLAGS+= -Wno-implicit
+USE_GCC= any
+
do-install:
-cd ${WRKSRC}; \
${INSTALL_PROGRAM} ephem ${PREFIX}/bin; \