aboutsummaryrefslogtreecommitdiffstats
path: root/mail/sqwebmail/Makefile
diff options
context:
space:
mode:
authoroliver <oliver@FreeBSD.org>2004-03-18 01:51:32 +0800
committeroliver <oliver@FreeBSD.org>2004-03-18 01:51:32 +0800
commitb36ca187463bcf98b8cd567fee174a43837f07aa (patch)
tree278ff53e396808ffff9b5ee63a34a1774531b872 /mail/sqwebmail/Makefile
parentb02119a44b73baed961f5fed6f87a484fb75afff (diff)
downloadfreebsd-ports-gnome-b36ca187463bcf98b8cd567fee174a43837f07aa.tar.gz
freebsd-ports-gnome-b36ca187463bcf98b8cd567fee174a43837f07aa.tar.zst
freebsd-ports-gnome-b36ca187463bcf98b8cd567fee174a43837f07aa.zip
update to 4.0.2
Diffstat (limited to 'mail/sqwebmail/Makefile')
-rw-r--r--mail/sqwebmail/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/sqwebmail/Makefile b/mail/sqwebmail/Makefile
index e427f0334e6f..1c0930ccee07 100644
--- a/mail/sqwebmail/Makefile
+++ b/mail/sqwebmail/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= sqwebmail
-PORTVERSION= 4.0.1
+PORTVERSION= 4.0.2
PORTREVISION= 0
CATEGORIES= mail www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
@@ -102,8 +102,10 @@ USE_OPENLDAP= YES
CONFIGURE_ARGS+= --with-authldap
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
+PLIST_SUB+= LDAPFLAG=""
.else
CONFIGURE_ARGS+= --without-authldap
+PLIST_SUB+= LDAPFLAG="@comment "
.endif
.if defined(WITH_VCHKPW)