diff options
Diffstat (limited to 'net/rabbitmq/Makefile')
-rw-r--r-- | net/rabbitmq/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/rabbitmq/Makefile b/net/rabbitmq/Makefile index 8bf61e53b52..3a338d36066 100644 --- a/net/rabbitmq/Makefile +++ b/net/rabbitmq/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2012/05/29 22:58:52 cheusov Exp $ +# $NetBSD: Makefile,v 1.9 2012/10/23 17:19:04 asau Exp $ # PKGNAME= rabbitmq-${RMQ_VERSION} @@ -11,8 +11,6 @@ HOMEPAGE= http://www.rabbitmq.com/server.html COMMENT= Implementation of AMQP that provides robust messaging for applications LICENSE= mpl-1.1 -PKG_DESTDIR_SUPPORT= user-destdir - USE_TOOLS+= bash:run coreutils gmake unzip zip BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt |