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 /graphics/guilib | |
parent | 6abe3f75658b0457864b49c9fdaf298b79f2c447 (diff) |
Round one migration of ports from automake{19,110} to automake111
Notes
Notes:
svn path=/head/; revision=262460
Diffstat (limited to 'graphics/guilib')
-rw-r--r-- | graphics/guilib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/guilib/Makefile b/graphics/guilib/Makefile index d9adf8ca1716..25f09974f167 100644 --- a/graphics/guilib/Makefile +++ b/graphics/guilib/Makefile @@ -19,7 +19,7 @@ USE_SDL= sdl USE_GMAKE= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes -USE_AUTOTOOLS= aclocal:19:env +USE_AUTOTOOLS= aclocal:111:env post-patch: @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ |