diff options
author | linimon <linimon@FreeBSD.org> | 2007-09-30 12:47:36 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-09-30 12:47:36 +0800 |
commit | c07b3d06f74c2b1f5144739f606ea2f60e5c4125 (patch) | |
tree | 75bc18c02ad45658df6e53d5864baec96c002730 /www/asterisk-gui | |
parent | 980b4f867dba0a997b3f1336459072e6da844359 (diff) | |
download | freebsd-ports-gnome-c07b3d06f74c2b1f5144739f606ea2f60e5c4125.tar.gz freebsd-ports-gnome-c07b3d06f74c2b1f5144739f606ea2f60e5c4125.tar.zst freebsd-ports-gnome-c07b3d06f74c2b1f5144739f606ea2f60e5c4125.zip |
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe
Diffstat (limited to 'www/asterisk-gui')
-rw-r--r-- | www/asterisk-gui/Makefile | 3 | ||||
-rw-r--r-- | www/asterisk-gui/files/patch-bootstrap.sh | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/www/asterisk-gui/Makefile b/www/asterisk-gui/Makefile index 8e397e10ef95..0fe3f80833f8 100644 --- a/www/asterisk-gui/Makefile +++ b/www/asterisk-gui/Makefile @@ -7,6 +7,7 @@ PORTNAME= asterisk-gui PORTVERSION= 0.0.1r20070801 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://asterisk-bsd.googlecode.com/files/ DISTNAME= ${PORTNAME}-snap-2007-08-01 @@ -16,7 +17,7 @@ COMMENT= An asterisk ajax web manager RUN_DEPENDS= asterisk:${PORTSDIR}/net/asterisk -USE_AUTOTOOLS= autoconf:259 automake:19 +USE_AUTOTOOLS= autoconf:261 automake:19 USE_GMAKE= yes PKGMESSAGE= ${WRKDIR}/pkg-message SUB_FILES= pkg-message 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= |