diff options
author | hans <hans@pkgsrc.org> | 2012-01-14 02:09:35 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-01-14 02:09:35 +0000 |
commit | bbd52967db3e763461156db6ce03938e11717a34 (patch) | |
tree | 4e45393f80bc13327eb3d2467873328c365ce2fa /net/rabbitmq | |
parent | 61a093ec38c3d2105a3f40a7fc8d986f2e9fd920 (diff) | |
download | pkgsrc-bbd52967db3e763461156db6ce03938e11717a34.tar.gz |
Convert to USE_TOOLS=zip.
Diffstat (limited to 'net/rabbitmq')
-rw-r--r-- | net/rabbitmq/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/rabbitmq/Makefile b/net/rabbitmq/Makefile index e529f6e311b..12cda91aa4b 100644 --- a/net/rabbitmq/Makefile +++ b/net/rabbitmq/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2011/12/14 13:07:38 fhajny Exp $ +# $NetBSD: Makefile,v 1.5 2012/01/14 02:09:37 hans Exp $ # PKGNAME= rabbitmq-${RMQ_VERSION} @@ -13,10 +13,9 @@ LICENSE= mpl-1.1 PKG_DESTDIR_SUPPORT= user-destdir -USE_TOOLS+= bash:run coreutils gmake unzip +USE_TOOLS+= bash:run coreutils gmake unzip zip BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt -BUILD_DEPENDS+= zip-[0-9]*:../../archivers/zip BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto DEPENDS+= coreutils-[0-9]*:../../sysutils/coreutils DEPENDS+= ${PYPKGPREFIX}-simplejson>=2:../../converters/py-simplejson |