From f329319eb51eb2930a53eb96f5f2932c737a71b8 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Wed, 16 Jul 2014 08:13:58 +0000 Subject: Fix some non default LIB_DEPENDS With hat: portmgr --- mail/sqwebmail/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/sqwebmail') 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 -- cgit v1.2.3