diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-10-06 03:57:56 +0800 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-10-06 03:57:56 +0800 |
commit | 7e80cde3289d108a73c54656f4fde354dd2fb09e (patch) | |
tree | b85b705571d426ca1d0ff74b6af8f029081a6a39 /www/mod_rivet | |
parent | 6abe3f75658b0457864b49c9fdaf298b79f2c447 (diff) | |
download | freebsd-ports-gnome-7e80cde3289d108a73c54656f4fde354dd2fb09e.tar.gz freebsd-ports-gnome-7e80cde3289d108a73c54656f4fde354dd2fb09e.tar.zst freebsd-ports-gnome-7e80cde3289d108a73c54656f4fde354dd2fb09e.zip |
Round one migration of ports from automake{19,110} to automake111
Diffstat (limited to 'www/mod_rivet')
-rw-r--r-- | www/mod_rivet/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_rivet/Makefile b/www/mod_rivet/Makefile index e89b429c81a4..725360be98ca 100644 --- a/www/mod_rivet/Makefile +++ b/www/mod_rivet/Makefile @@ -21,7 +21,7 @@ WRKSRC= ${WRKDIR}/rivet-${PORTVERSION} MAKE_JOBS_SAFE= yes USE_APACHE= 2.2+ -USE_AUTOTOOLS= automake:110 autoconf:267 +USE_AUTOTOOLS= automake:111 autoconf:267 USE_TCL= 84+ GMAKE= yes |