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 /net/rabbitmq-c | |
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 'net/rabbitmq-c')
-rw-r--r-- | net/rabbitmq-c/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rabbitmq-c/Makefile b/net/rabbitmq-c/Makefile index 0184145ec171..95dcceb745e3 100644 --- a/net/rabbitmq-c/Makefile +++ b/net/rabbitmq-c/Makefile @@ -28,7 +28,7 @@ USE_GMAKE= YES USE_PYTHON= YES USE_LDCONFIG= YES GNU_CONFIGURE= YES -USE_AUTOTOOLS= aclocal:110 autoconf:267 automake:110 autoheader:267 libtool:22 +USE_AUTOTOOLS= aclocal:111 autoconf:267 automake:111 autoheader:267 libtool:22 AUTOMAKE_ARGS= -i --add-missing ACLOCAL_ARGS= -I . -I ${LOCALBASE}/share/aclocal |