diff options
author | leot <leot@pkgsrc.org> | 2019-01-11 19:40:58 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2019-01-11 19:40:58 +0000 |
commit | 12d520261cfa58a9578f6e48e3d018255453ce42 (patch) | |
tree | cb21458b2af5b471f69b579b1ec47fb76a76aeb8 /net/megatools | |
parent | 0e1674d6067c6c1dcd3118d152bcca285fa588f8 (diff) | |
download | pkgsrc-12d520261cfa58a9578f6e48e3d018255453ce42.tar.gz |
megatools: needs asciidoc for documentation
PKGREVISION++
Thanks to <jmcneill>!
Diffstat (limited to 'net/megatools')
-rw-r--r-- | net/megatools/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net/megatools/Makefile b/net/megatools/Makefile index 0b4e67942d4..e05115390c3 100644 --- a/net/megatools/Makefile +++ b/net/megatools/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2018/12/13 19:52:17 adam Exp $ +# $NetBSD: Makefile,v 1.13 2019/01/11 19:40:58 leot Exp $ DISTNAME= megatools-1.10.2 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= net MASTER_SITES= https://megatools.megous.com/builds/ @@ -10,6 +10,8 @@ HOMEPAGE= https://megatools.megous.com/ COMMENT= Command line client for Mega.co.nz LICENSE= gnu-gpl-v2 +TOOL_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc + GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= pkg-config gmake |