summaryrefslogtreecommitdiff
path: root/mail/sqwebmail
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2011-09-12 13:46:58 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2011-09-12 13:46:58 +0000
commit2fc6a06a9bc3abfccb6b93249380619b3228bd4b (patch)
tree2d27e2d009b00b4b01cca37fd29831b8c3017cd2 /mail/sqwebmail
parent- Update to 1.9.1 (diff)
- Track dependencies after databases/gdbm update
Notes
Notes: svn path=/head/; revision=281668
Diffstat (limited to 'mail/sqwebmail')
-rw-r--r--mail/sqwebmail/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/sqwebmail/Makefile b/mail/sqwebmail/Makefile
index bf7ad4ac9847..7df3536704ca 100644
--- a/mail/sqwebmail/Makefile
+++ b/mail/sqwebmail/Makefile
@@ -7,6 +7,7 @@
PORTNAME= sqwebmail
PORTVERSION= 5.5.2
+PORTREVISION= 1
CATEGORIES= mail www
MASTER_SITES= SF/courier/webmail/${PORTVERSION}
@@ -169,7 +170,7 @@ CONFIGURE_ARGS+= --enable-maxpurge=${WITH_MAXPURGE}
.if defined(WITH_GDBM)
CONFIGURE_ARGS+=--with-db=gdbm
-LIB_DEPENDS+= gdbm.3:${PORTSDIR}/databases/gdbm
+LIB_DEPENDS+= gdbm.4:${PORTSDIR}/databases/gdbm
.else
CONFIGURE_ARGS+=--with-db=db
.endif