diff options
author | Mark Felder <feld@FreeBSD.org> | 2013-11-02 23:06:17 +0000 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2013-11-02 23:06:17 +0000 |
commit | 04748d659f887aeb52a51571da2939f050271a7b (patch) | |
tree | 1f9838630c23fc4651e0b8460007a10a5169ebfa /astro/ephem/Makefile | |
parent | 05ca77bc933651fa865f0ddcc2f4e9987cb92650 (diff) | |
download | ports-04748d659f887aeb52a51571da2939f050271a7b.tar.gz ports-04748d659f887aeb52a51571da2939f050271a7b.zip |
Notes
Diffstat (limited to 'astro/ephem/Makefile')
-rw-r--r-- | astro/ephem/Makefile | 2 |
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; \ |