diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-07-19 09:38:23 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-07-19 09:38:23 +0000 |
commit | dfc99a466bb703dcd26491d62fea70aeeb807d34 (patch) | |
tree | 06655762639d4f7afbc326ca10e292f8f803affa /astro/foxtrotgps | |
parent | 7adc0967acce95dbb601d419ab255cd38a5e9c76 (diff) |
- Fix build after recent automake update
Notified by: pointyhat
Submitted by: Craig Whipp <crwhipp@gmail.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=301144
Diffstat (limited to 'astro/foxtrotgps')
-rw-r--r-- | astro/foxtrotgps/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/astro/foxtrotgps/Makefile b/astro/foxtrotgps/Makefile index e33fad7bd5ac..6f3de130f9a5 100644 --- a/astro/foxtrotgps/Makefile +++ b/astro/foxtrotgps/Makefile @@ -18,8 +18,6 @@ LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ soup-2.4:${PORTSDIR}/devel/libsoup \ gps:${PORTSDIR}/astro/gpsd -USE_AUTOTOOLS= automake aclocal libtool autoconf -ACLOCAL_ARGS= --force GNU_CONFIGURE= yes USE_GMAKE= yes USE_GETTEXT= yes |