summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2012-09-11 19:46:57 +0000
committerdholland <dholland@pkgsrc.org>2012-09-11 19:46:57 +0000
commitf17eaf9fb2bc2f4ea0e509c76e23b18564b66666 (patch)
treee2e08d5f6015d2d949e72ae82da3736c096965a9
parent33fe5ceb79c652de1ea82d61ffbe8f2cf5e6c999 (diff)
downloadpkgsrc-f17eaf9fb2bc2f4ea0e509c76e23b18564b66666.tar.gz
USE_TOOLS+=yacc
-rw-r--r--security/kth-krb4/Makefile3
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"