diff options
author | obache <obache> | 2010-07-10 11:34:00 +0000 |
---|---|---|
committer | obache <obache> | 2010-07-10 11:34:00 +0000 |
commit | adfa1c26fabe421255ba969565484902c82e4569 (patch) | |
tree | 96529d5052ffe948ce031f9103ac242910c812c9 /net | |
parent | ea35171a666ccad003f97018ec9cd2e86a5c8a5f (diff) | |
download | pkgsrc-adfa1c26fabe421255ba969565484902c82e4569.tar.gz |
Need yacc to build.
PR#43593 by Aleksey Cheusov.
Diffstat (limited to 'net')
-rw-r--r-- | net/unworkable/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/unworkable/Makefile b/net/unworkable/Makefile index 26095f5b0eb..ff57a716dcf 100644 --- a/net/unworkable/Makefile +++ b/net/unworkable/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2010/01/17 12:02:36 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2010/07/10 11:34:00 obache Exp $ DISTNAME= unworkable-0.51 PKGREVISION= 3 @@ -11,6 +11,7 @@ COMMENT= BSD-licensed command-line torrent client PKG_DESTDIR_SUPPORT= user-destdir +USE_TOOLS+= yacc WRKSRC= ${WRKDIR}/unworkable MAKE_FILE= BSDmakefile |