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 /multimedia/spook | |
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 'multimedia/spook')
-rw-r--r-- | multimedia/spook/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/spook/Makefile b/multimedia/spook/Makefile index ed4c176c50cb..796db77bc4a9 100644 --- a/multimedia/spook/Makefile +++ b/multimedia/spook/Makefile @@ -27,7 +27,8 @@ USE_BZIP2= yes USE_GMAKE= yes GNU_CONFIGURE= yes -USE_AUTOTOOLS= autoconf:267 aclocal:19 automake:19 +USE_AUTOTOOLS= autoconf:267 aclocal:111 automake:111 +AUTOMAKE_ARGS= --add-missing NOMAN= defined |