diff options
author | dholland <dholland> | 2012-09-11 19:46:57 +0000 |
---|---|---|
committer | dholland <dholland> | 2012-09-11 19:46:57 +0000 |
commit | 617b4b68f22d8314c894cfb130f6e0b1fa27462d (patch) | |
tree | e2e08d5f6015d2d949e72ae82da3736c096965a9 /security | |
parent | 00b90f2ca0cd5e5f7fdee93b1be758b329140ef9 (diff) | |
download | pkgsrc-617b4b68f22d8314c894cfb130f6e0b1fa27462d.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" |