diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-10-06 03:57:56 +0800 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-10-06 03:57:56 +0800 |
commit | 7e80cde3289d108a73c54656f4fde354dd2fb09e (patch) | |
tree | b85b705571d426ca1d0ff74b6af8f029081a6a39 /games/flightgear-atlas/Makefile | |
parent | 6abe3f75658b0457864b49c9fdaf298b79f2c447 (diff) | |
download | freebsd-ports-gnome-7e80cde3289d108a73c54656f4fde354dd2fb09e.tar.gz freebsd-ports-gnome-7e80cde3289d108a73c54656f4fde354dd2fb09e.tar.zst freebsd-ports-gnome-7e80cde3289d108a73c54656f4fde354dd2fb09e.zip |
Round one migration of ports from automake{19,110} to automake111
Diffstat (limited to 'games/flightgear-atlas/Makefile')
-rw-r--r-- | games/flightgear-atlas/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/flightgear-atlas/Makefile b/games/flightgear-atlas/Makefile index a63b11055015..738ca2d2c727 100644 --- a/games/flightgear-atlas/Makefile +++ b/games/flightgear-atlas/Makefile @@ -25,7 +25,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/libplibsl.a:${PORTSDIR}/x11-toolkits/plib \ ${LOCALBASE}/include/simgear/version.h:${PORTSDIR}/devel/simgear \ ${LOCALBASE}/share/FlightGear/version:${PORTSDIR}/games/flightgear-data -USE_AUTOTOOLS= aclocal:19 autoheader:267 automake:15 autoconf:267 +USE_AUTOTOOLS= aclocal:111 autoheader:267 automake:111 autoconf:267 AUTOMAKE_ARGS= --add-missing GNU_CONFIGURE= yes |