diff options
author | dholland <dholland@pkgsrc.org> | 2012-09-11 19:46:57 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-09-11 19:46:57 +0000 |
commit | f17eaf9fb2bc2f4ea0e509c76e23b18564b66666 (patch) | |
tree | e2e08d5f6015d2d949e72ae82da3736c096965a9 /security | |
parent | 33fe5ceb79c652de1ea82d61ffbe8f2cf5e6c999 (diff) | |
download | pkgsrc-f17eaf9fb2bc2f4ea0e509c76e23b18564b66666.tar.gz |
USE_TOOLS+=yacc
Diffstat (limited to 'security')
-rw-r--r-- | security/kth-krb4/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/kth-krb4/Makefile b/security/kth-krb4/Makefile index 2abd9c7404c..6285affe992 100644 --- a/security/kth-krb4/Makefile +++ b/security/kth-krb4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.56 2012/09/09 18:02:43 cheusov Exp $ +# $NetBSD: Makefile,v 1.57 2012/09/11 19:46:57 dholland Exp $ # DISTNAME= krb4-1.2.2 @@ -22,6 +22,7 @@ CRYPTO= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes +USE_TOOLS+= yacc CONFIGURE_ARGS+= --includedir=${PREFIX}/include/kerberosIV .include "../../mk/bsd.prefs.mk" |