diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-07-19 17:38:23 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-07-19 17:38:23 +0800 |
commit | d8718ce6f0d22c4c96cc19fa75dff56dfaa3008a (patch) | |
tree | 06655762639d4f7afbc326ca10e292f8f803affa | |
parent | 77998162570baec691790a4478fe65395f464193 (diff) | |
download | freebsd-ports-gnome-d8718ce6f0d22c4c96cc19fa75dff56dfaa3008a.tar.gz freebsd-ports-gnome-d8718ce6f0d22c4c96cc19fa75dff56dfaa3008a.tar.zst freebsd-ports-gnome-d8718ce6f0d22c4c96cc19fa75dff56dfaa3008a.zip |
- Fix build after recent automake update
Notified by: pointyhat
Submitted by: Craig Whipp <crwhipp@gmail.com> (maintainer)
-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 |