diff options
author | seb <seb> | 2002-10-27 23:32:36 +0000 |
---|---|---|
committer | seb <seb> | 2002-10-27 23:32:36 +0000 |
commit | d63d0b920877ffb5193bfac9452f5ef9f0feb707 (patch) | |
tree | 5b7051c45c326a902d4e5a4004ad0c06887955d9 /security/cyrus-sasl2/Makefile | |
parent | 160c0c02e260bd8bb225d0e26883ee538389237e (diff) | |
download | pkgsrc-d63d0b920877ffb5193bfac9452f5ef9f0feb707.tar.gz |
Remove gmake dependency.
Diffstat (limited to 'security/cyrus-sasl2/Makefile')
-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: |