diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-10-05 19:57:56 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-10-05 19:57:56 +0000 |
commit | 7e80cde3289d108a73c54656f4fde354dd2fb09e (patch) | |
tree | b85b705571d426ca1d0ff74b6af8f029081a6a39 /emulators/desmume | |
parent | 6abe3f75658b0457864b49c9fdaf298b79f2c447 (diff) |
Round one migration of ports from automake{19,110} to automake111
Notes
Notes:
svn path=/head/; revision=262460
Diffstat (limited to 'emulators/desmume')
-rw-r--r-- | emulators/desmume/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/desmume/Makefile b/emulators/desmume/Makefile index 97c9e2c0302a..98ab83793bee 100644 --- a/emulators/desmume/Makefile +++ b/emulators/desmume/Makefile @@ -24,7 +24,7 @@ USE_GETTEXT= yes GNU_CONFIGURE= yes CONFIGURE_ENV= GMSGFMT=msgfmt DATADIRNAME=share -USE_AUTOTOOLS= aclocal:110 autoconf:267 +USE_AUTOTOOLS= aclocal:111 autoconf:267 ACLOCAL_ARGS= AUTOCONF_ARGS= |