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 /multimedia/spook | |
parent | b30ffe50e036033f7a762ff34b0640d1797bc559 (diff) | |
download | freebsd-ports-gnome-e74307c7a7b8d3cc36e4106d40fb9c6c9c76b973.tar.gz freebsd-ports-gnome-e74307c7a7b8d3cc36e4106d40fb9c6c9c76b973.tar.zst freebsd-ports-gnome-e74307c7a7b8d3cc36e4106d40fb9c6c9c76b973.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 |