summaryrefslogtreecommitdiff
path: root/mail/sqwebmail
diff options
context:
space:
mode:
authorjlam <jlam>2005-05-22 05:35:32 +0000
committerjlam <jlam>2005-05-22 05:35:32 +0000
commite2c61dbdf8c028e904e2596a4de60a207ce6618b (patch)
tree5538ac20e99097c6730389c1602b13c3a4026b76 /mail/sqwebmail
parentbd96890f4db05efbd84d2fbf9bdcc0b08b9e88bf (diff)
downloadpkgsrc-e2c61dbdf8c028e904e2596a4de60a207ce6618b.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/sqwebmail')
-rw-r--r--mail/sqwebmail/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/sqwebmail/Makefile b/mail/sqwebmail/Makefile
index a1942bc94f7..b78712fc778 100644
--- a/mail/sqwebmail/Makefile
+++ b/mail/sqwebmail/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2005/05/19 17:05:38 jlam Exp $
+# $NetBSD: Makefile,v 1.33 2005/05/22 05:35:33 jlam Exp $
DISTNAME= sqwebmail-5.0.1
PKGBASE= ${DISTNAME:C/-[^-]*$//}
@@ -59,7 +59,6 @@ CONFIGURE_ARGS+= --with-mailer="${SENDMAIL} -oi -t"
CONFIGURE_ARGS+= --with-mailgroup=${COURIER_GROUP}
CONFIGURE_ARGS+= --with-piddir=${VARBASE}/run
-CONFIGURE_ENV+= SETENV=${TOOLS_SETENV:Q}
CONFIGURE_ENV+= GPG="${LOCALBASE}/bin/gpg"
CONFIGURE_ENV+= ldapsearch="${LOCALBASE}/bin/ldapsearch"