diff options
author | seb <seb@pkgsrc.org> | 2002-10-27 23:32:36 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2002-10-27 23:32:36 +0000 |
commit | cdf4db798b131753e7eff7b75ccf375cd91e790d (patch) | |
tree | 5b7051c45c326a902d4e5a4004ad0c06887955d9 /security/cyrus-sasl2 | |
parent | 1f825479a34fb272c099405f9bcbe4f5d36afd09 (diff) | |
download | pkgsrc-cdf4db798b131753e7eff7b75ccf375cd91e790d.tar.gz |
Remove gmake dependency.
Diffstat (limited to 'security/cyrus-sasl2')
-rw-r--r-- | security/cyrus-sasl2/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/cyrus-sasl2/Makefile b/security/cyrus-sasl2/Makefile index 15d670fafb6..c486915ad28 100644 --- a/security/cyrus-sasl2/Makefile +++ b/security/cyrus-sasl2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/10/27 15:09:00 chris Exp $ +# $NetBSD: Makefile,v 1.2 2002/10/27 23:32:36 seb Exp $ DISTNAME= cyrus-sasl-2.1.9 SVR4_PKGNAME= csasl @@ -13,7 +13,6 @@ COMMENT= Simple Authentication and Security Layer USE_BUILDLINK2= YES AUTOMAKE_REQD= 1.4 GNU_CONFIGURE= YES -USE_GMAKE= YES USE_LIBTOOL= YES LTCONFIG_OVERRIDE= ${WRKSRC}/config/ltconfig @@ -81,7 +80,7 @@ post-extract: pre-configure: cd ${WRKSRC} && ${AUTOHEADER} - cd ${WRKSRC} && ${AUTOMAKE} --gnu + cd ${WRKSRC} && ${AUTOMAKE} --gnu -i cd ${WRKSRC} && ${AUTOCONF} post-install: |