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 /www/asterisk-gui | |
parent | 6abe3f75658b0457864b49c9fdaf298b79f2c447 (diff) | |
download | ports-7e80cde3289d108a73c54656f4fde354dd2fb09e.tar.gz ports-7e80cde3289d108a73c54656f4fde354dd2fb09e.zip |
Round one migration of ports from automake{19,110} to automake111
Notes
Notes:
svn path=/head/; revision=262460
Diffstat (limited to 'www/asterisk-gui')
-rw-r--r-- | www/asterisk-gui/Makefile | 2 | ||||
-rw-r--r-- | www/asterisk-gui/files/patch-bootstrap.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/asterisk-gui/Makefile b/www/asterisk-gui/Makefile index 29b35bbf384e..c517b4e50d01 100644 --- a/www/asterisk-gui/Makefile +++ b/www/asterisk-gui/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= asterisk:${PORTSDIR}/net/asterisk \ wget:${PORTSDIR}/ftp/wget PROJECTHOST= asterisk-bsd -USE_AUTOTOOLS= autoconf:267 automake:19 +USE_AUTOTOOLS= autoconf:267 automake:111 USE_GMAKE= yes SUB_FILES= pkg-message diff --git a/www/asterisk-gui/files/patch-bootstrap.sh b/www/asterisk-gui/files/patch-bootstrap.sh index 55d76d3563ff..d65faa8a32f0 100644 --- a/www/asterisk-gui/files/patch-bootstrap.sh +++ b/www/asterisk-gui/files/patch-bootstrap.sh @@ -7,7 +7,7 @@ - MY_AC_VER=259 - MY_AM_VER=19 + MY_AC_VER=-2.67 -+ MY_AM_VER=-1.9 ++ MY_AM_VER=-1.11 else # linux case MY_AC_VER= MY_AM_VER= |