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/bookmarkbridge | |
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/bookmarkbridge')
-rw-r--r-- | www/bookmarkbridge/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/bookmarkbridge/Makefile b/www/bookmarkbridge/Makefile index c15f44138b02..7cb6c2300521 100644 --- a/www/bookmarkbridge/Makefile +++ b/www/bookmarkbridge/Makefile @@ -22,7 +22,7 @@ USE_QT_VER= 4 QT_COMPONENTS= corelib gui moc_build rcc_build uic_build qt3support USE_GNOME= gnometarget libxml2 USE_GMAKE= yes -USE_AUTOTOOLS= aclocal:19 automake:19 autoconf:267 +USE_AUTOTOOLS= aclocal:111 automake:111 autoconf:267 ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal .include <bsd.port.pre.mk> |