diff options
author | jlam <jlam@pkgsrc.org> | 2005-05-16 16:32:28 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-05-16 16:32:28 +0000 |
commit | 7c87c3a6271c45d477b3fa17f848b9e3dd216ebf (patch) | |
tree | 3a1762bc000aab947a2fc941baa373bf1f64474b /security | |
parent | 3966d98d3820a3d0e8d4bade05318ac0af2ad9cd (diff) | |
download | pkgsrc-7c87c3a6271c45d477b3fa17f848b9e3dd216ebf.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/Makefile | 6 |
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 |