From 7c87c3a6271c45d477b3fa17f848b9e3dd216ebf Mon Sep 17 00:00:00 2001 From: jlam Date: Mon, 16 May 2005 16:32:28 +0000 Subject: This package needs gzcat to extract the .tar.gz file inside the original .tar file. Also, fix the yacc silliness while we're here. --- security/mit-krb5/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'security/mit-krb5/Makefile') 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 -- cgit v1.2.3