summaryrefslogtreecommitdiff
path: root/mail/dovecot2
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2016-02-25 08:27:02 +0000
committerjperkin <jperkin@pkgsrc.org>2016-02-25 08:27:02 +0000
commitfb004caf224b9dc3851a2b47e93834c7eb188a49 (patch)
tree948a158177d1cda7520cc36f2bcb6f949a858590 /mail/dovecot2
parenta9480760c2c6f5a5caa6624d12945492f6d1aeba (diff)
downloadpkgsrc-fb004caf224b9dc3851a2b47e93834c7eb188a49.tar.gz
Remove manual OPSYSVARS additions which are now part of the default set.
Diffstat (limited to 'mail/dovecot2')
-rw-r--r--mail/dovecot2/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/mail/dovecot2/Makefile b/mail/dovecot2/Makefile
index f68b8dc914d..332b92f8039 100644
--- a/mail/dovecot2/Makefile
+++ b/mail/dovecot2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.81 2015/12/27 12:36:37 adam Exp $
+# $NetBSD: Makefile,v 1.82 2016/02/25 08:27:03 jperkin Exp $
#
# when updating to a new release, update ABI depends in
# the buildlink3.mk file as well, since the plugins' version
@@ -20,8 +20,6 @@ CONFIGURE_ARGS+= --localstatedir=${VARBASE}
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
CONFIGURE_ARGS+= --with-ssldir=${SSLDIR}
-OPSYSVARS+= CONFIGURE_ENV
-
TEST_TARGET= check
# Explicitly disable inotify on illumos, it is provided for Linux compat only.