diff options
Diffstat (limited to 'net')
-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 |