diff options
author | seb <seb> | 2002-10-27 23:32:36 +0000 |
---|---|---|
committer | seb <seb> | 2002-10-27 23:32:36 +0000 |
commit | 70687f9e34dd6ad86e703d0ab607107a5ff4c80b (patch) | |
tree | 5b7051c45c326a902d4e5a4004ad0c06887955d9 /security/cyrus-sasl2 | |
parent | f12d761d9eef951e71ef6ebe7e8463f12ffb1e3f (diff) | |
download | pkgsrc-70687f9e34dd6ad86e703d0ab607107a5ff4c80b.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: |