diff options
author | grant <grant@pkgsrc.org> | 2004-01-24 15:00:22 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-01-24 15:00:22 +0000 |
commit | a07396feb813613ed3de6ca9d20986ad3ad84f80 (patch) | |
tree | d662dd8ce5a8cf020938b0ecee369104077db642 /security/cyrus-sasl | |
parent | 7020391cd2f53624649a52c8d760833f712a39c9 (diff) | |
download | pkgsrc-a07396feb813613ed3de6ca9d20986ad3ad84f80.tar.gz |
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Diffstat (limited to 'security/cyrus-sasl')
-rw-r--r-- | security/cyrus-sasl/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/cyrus-sasl/Makefile.common b/security/cyrus-sasl/Makefile.common index 7e851a16871..870e8e53665 100644 --- a/security/cyrus-sasl/Makefile.common +++ b/security/cyrus-sasl/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.4 2003/07/17 22:52:52 grant Exp $ +# $NetBSD: Makefile.common,v 1.5 2004/01/24 15:00:22 grant Exp $ # # This Makefile fragment should be included _below_ and SASL_PLUGIN # definition and _above_ any CONFIGURE_ARGS definitions. @@ -21,7 +21,7 @@ DEPENDS+= cyrus-sasl>=1.5.27:../../security/cyrus-sasl USE_BUILDLINK2= YES GNU_CONFIGURE= YES -USE_GMAKE= YES +USE_GNU_TOOLS+= make USE_LIBTOOL= YES LTCONFIG_OVERRIDE= ${WRKSRC}/config/ltconfig |