diff options
author | ade <ade@FreeBSD.org> | 2010-10-06 03:57:56 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2010-10-06 03:57:56 +0800 |
commit | e74307c7a7b8d3cc36e4106d40fb9c6c9c76b973 (patch) | |
tree | 26fe74a7c2c257fcd8de12bb4ae7aa37e14cded4 /www/asterisk-gui | |
parent | b30ffe50e036033f7a762ff34b0640d1797bc559 (diff) | |
download | freebsd-ports-graphics-e74307c7a7b8d3cc36e4106d40fb9c6c9c76b973.tar.gz freebsd-ports-graphics-e74307c7a7b8d3cc36e4106d40fb9c6c9c76b973.tar.zst freebsd-ports-graphics-e74307c7a7b8d3cc36e4106d40fb9c6c9c76b973.zip |
Round one migration of ports from automake{19,110} to automake111
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 29b35bbf384..c517b4e50d0 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 55d76d3563f..d65faa8a32f 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= |