aboutsummaryrefslogtreecommitdiffstats
path: root/mail/sqwebmail
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-07-16 16:13:58 +0800
committerbapt <bapt@FreeBSD.org>2014-07-16 16:13:58 +0800
commitd00964c5ca301785a1907fb7ee6dff8d7fbdb044 (patch)
treeb57a522e4d6bc4ba4d5d17beaecdca9c5bc59d88 /mail/sqwebmail
parent4d110df2973007f403cd80a057835d869cc1f524 (diff)
downloadfreebsd-ports-gnome-d00964c5ca301785a1907fb7ee6dff8d7fbdb044.tar.gz
freebsd-ports-gnome-d00964c5ca301785a1907fb7ee6dff8d7fbdb044.tar.zst
freebsd-ports-gnome-d00964c5ca301785a1907fb7ee6dff8d7fbdb044.zip
Fix some non default LIB_DEPENDS
With hat: portmgr
Diffstat (limited to 'mail/sqwebmail')
-rw-r--r--mail/sqwebmail/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/sqwebmail/Makefile b/mail/sqwebmail/Makefile
index 20f862533c4a..b82ac7b982eb 100644
--- a/mail/sqwebmail/Makefile
+++ b/mail/sqwebmail/Makefile
@@ -160,7 +160,7 @@ CONFIGURE_ARGS+= --enable-maxpurge=${WITH_MAXPURGE}
.if ${PORT_OPTIONS:MGDBM}
CONFIGURE_ARGS+=--with-db=gdbm
-LIB_DEPENDS+= gdbm.4:${PORTSDIR}/databases/gdbm
+LIB_DEPENDS+= libgdbm.so:${PORTSDIR}/databases/gdbm
.else
CONFIGURE_ARGS+=--with-db=db
.endif