diff options
author | obache <obache@pkgsrc.org> | 2010-07-10 11:38:57 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-07-10 11:38:57 +0000 |
commit | f43ff0f0923d9f6ca7957b387ca940a437c11929 (patch) | |
tree | e581f27c8564c096b664b5afab780235b5036048 | |
parent | 7e48ab793b449bc5e7a2e466b761ce133f1e1b7c (diff) | |
download | pkgsrc-f43ff0f0923d9f6ca7957b387ca940a437c11929.tar.gz |
Need yacc and lex to build.
PR#43594 by Aleksey Cheusov.
-rw-r--r-- | security/rid/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/rid/Makefile b/security/rid/Makefile index 5834d3432d9..012f04d5029 100644 --- a/security/rid/Makefile +++ b/security/rid/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2010/01/27 21:34:09 joerg Exp $ +# $NetBSD: Makefile,v 1.14 2010/07/10 11:38:57 obache Exp $ # DISTNAME= rid-1.11 @@ -16,6 +16,7 @@ PKG_DESTDIR_SUPPORT= user-destdir MAKE_JOBS_SAFE= no GNU_CONFIGURE= YES +USE_TOOLS+= yacc lex CONF_FILES= ${PREFIX}/share/examples/rid/rid.conf ${PKG_SYSCONFDIR}/rid.conf |