diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-10-05 19:57:56 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-10-05 19:57:56 +0000 |
commit | 7e80cde3289d108a73c54656f4fde354dd2fb09e (patch) | |
tree | b85b705571d426ca1d0ff74b6af8f029081a6a39 /net/rabbitmq-c | |
parent | 6abe3f75658b0457864b49c9fdaf298b79f2c447 (diff) |
Notes
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 |