diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-09-30 04:47:36 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-09-30 04:47:36 +0000 |
commit | 48420a5ebd9fbd0e15cf0fa5b62dd93ae9cd2531 (patch) | |
tree | eedd43e6e7c3a96d77549de85690d46016e9cc7e /www/asterisk-gui/files/patch-bootstrap.sh | |
parent | - mark BROKEN to API change (diff) |
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe
Notes
Notes:
svn path=/head/; revision=200411
Diffstat (limited to 'www/asterisk-gui/files/patch-bootstrap.sh')
-rw-r--r-- | www/asterisk-gui/files/patch-bootstrap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/asterisk-gui/files/patch-bootstrap.sh b/www/asterisk-gui/files/patch-bootstrap.sh index 09e125ca7465..0bc24b636e92 100644 --- a/www/asterisk-gui/files/patch-bootstrap.sh +++ b/www/asterisk-gui/files/patch-bootstrap.sh @@ -6,7 +6,7 @@ if [ $? = 0 ] ; then # FreeBSD case - MY_AC_VER=259 - MY_AM_VER=19 -+ MY_AC_VER=-2.59 ++ MY_AC_VER=-2.61 + MY_AM_VER=-1.9 else # linux case MY_AC_VER= |