diff options
author | gabor <gabor@FreeBSD.org> | 2011-09-12 21:46:58 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2011-09-12 21:46:58 +0800 |
commit | 62d04d90eca0deab3e6d0c6d2464a4e2e98c2160 (patch) | |
tree | 340d61bcebb3fd474659c01f02a4faf7d643ff6b /mail/sqwebmail | |
parent | 81a4003af96d6d84755108a8c6319d5bb023bb8e (diff) | |
download | freebsd-ports-gnome-62d04d90eca0deab3e6d0c6d2464a4e2e98c2160.tar.gz freebsd-ports-gnome-62d04d90eca0deab3e6d0c6d2464a4e2e98c2160.tar.zst freebsd-ports-gnome-62d04d90eca0deab3e6d0c6d2464a4e2e98c2160.zip |
- Track dependencies after databases/gdbm update
Diffstat (limited to 'mail/sqwebmail')
-rw-r--r-- | mail/sqwebmail/Makefile | 3 |
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 |