aboutsummaryrefslogtreecommitdiff
path: root/mail/qsf
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-07-16 08:13:58 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-07-16 08:13:58 +0000
commitf329319eb51eb2930a53eb96f5f2932c737a71b8 (patch)
treeb57a522e4d6bc4ba4d5d17beaecdca9c5bc59d88 /mail/qsf
parent06af334ab9027f9aaad087ad2a4f1e684dc5cec7 (diff)
downloadports-f329319eb51eb2930a53eb96f5f2932c737a71b8.tar.gz
ports-f329319eb51eb2930a53eb96f5f2932c737a71b8.zip
Notes
Diffstat (limited to 'mail/qsf')
-rw-r--r--mail/qsf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/qsf/Makefile b/mail/qsf/Makefile
index 46e45211318e..2f20e3088a7c 100644
--- a/mail/qsf/Makefile
+++ b/mail/qsf/Makefile
@@ -25,7 +25,7 @@ LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MGDBM}
-LIB_DEPENDS+= gdbm:${PORTSDIR}/databases/gdbm
+LIB_DEPENDS+= libgdbm.so:${PORTSDIR}/databases/gdbm
.else
CONFIGURE_ARGS+= --without-gdbm
.endif