diff options
author | jlam <jlam@pkgsrc.org> | 2005-05-22 05:35:32 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-05-22 05:35:32 +0000 |
commit | 5e018cb4710c685f0591ec745aef38fe4495e3e5 (patch) | |
tree | 5538ac20e99097c6730389c1602b13c3a4026b76 /mail/courier-maildir | |
parent | 0e2a4e40d8f2787851a637846fd85879ff512e97 (diff) | |
download | pkgsrc-5e018cb4710c685f0591ec745aef38fe4495e3e5.tar.gz |
For packages that use GNU configure, don't bother adding "TOOL"
variables into CONFIGURE_ENV if the new tools framework already takes
care of adding them automatically.
Diffstat (limited to 'mail/courier-maildir')
-rw-r--r-- | mail/courier-maildir/Makefile.common | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/courier-maildir/Makefile.common b/mail/courier-maildir/Makefile.common index 2a17e3c98c5..1d6bb765c71 100644 --- a/mail/courier-maildir/Makefile.common +++ b/mail/courier-maildir/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.1 2005/02/18 22:12:50 jlam Exp $ +# $NetBSD: Makefile.common,v 1.2 2005/05/22 05:35:33 jlam Exp $ # # Package Makefiles should include this file after setting PKGBASE and # PKG_SUPPORTED_OPTIONS. @@ -21,7 +21,6 @@ USE_DB185= yes CONFIGURE_ARGS+= --with-db=db .include "../../mk/bdb.buildlink3.mk" -CONFIGURE_ENV+= PERL=${PERL5} CONFIGURE_ENV+= SYSCONFTOOL_PERL=${PERL5} PKG_OPTIONS_VAR= PKG_OPTIONS.${PKGBASE} |