summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjlam <jlam>2005-05-16 16:32:28 +0000
committerjlam <jlam>2005-05-16 16:32:28 +0000
commit12748164d14bc8021e9fdf8519b7c82d01b30b2d (patch)
tree3a1762bc000aab947a2fc941baa373bf1f64474b /security
parent4acd24fb6e4b60f8439fc555c4b85a69d5b1512e (diff)
downloadpkgsrc-12748164d14bc8021e9fdf8519b7c82d01b30b2d.tar.gz
This package needs gzcat to extract the .tar.gz file inside the original
.tar file. Also, fix the yacc silliness while we're here.
Diffstat (limited to 'security')
-rw-r--r--security/mit-krb5/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/security/mit-krb5/Makefile b/security/mit-krb5/Makefile
index 1ca68452380..dd63fdee848 100644
--- a/security/mit-krb5/Makefile
+++ b/security/mit-krb5/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2005/04/14 23:07:55 jlam Exp $
+# $NetBSD: Makefile,v 1.21 2005/05/16 16:32:28 jlam Exp $
DISTNAME= krb5-1.4
PKGNAME= mit-${DISTNAME:S/-signed$//}
@@ -21,11 +21,15 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/src
CONFLICTS+= heimdal-[0-9]*
CONFLICTS+= kth-krb4-[0-9]*
+.if empty(_USE_NEW_TOOLS:M[yY][eE][sS])
.if !exists(/usr/bin/yacc)
BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison
YACC= ${LOCALBASE}/bin/bison -y
.endif
+.endif
+PKGSRC_USE_TOOLS+= gzcat
+USE_TOOLS+= yacc
GNU_CONFIGURE= yes
USE_LIBTOOL= yes