diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2016-03-22 05:58:51 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2016-03-22 05:58:51 +0000 |
commit | edf26a468317f722a363351955a6b179ddf8c06d (patch) | |
tree | b9d2256c65a557f837685182fee3e9d815d82c92 /security/cyrus-sasl2 | |
parent | 41b0bf05c7f02b523f5957914edf2985c47d931f (diff) |
Notes
Diffstat (limited to 'security/cyrus-sasl2')
-rw-r--r-- | security/cyrus-sasl2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/cyrus-sasl2/Makefile b/security/cyrus-sasl2/Makefile index c059d392b9dd..147f14b9952b 100644 --- a/security/cyrus-sasl2/Makefile +++ b/security/cyrus-sasl2/Makefile @@ -36,6 +36,7 @@ BDB_CONFIGURE_ON= --with-dblib=berkeley \ --with-bdb-incdir=${BDB_INCLUDE_DIR} \ --with-bdb=${BDB_LIB_NAME} BDB1_CONFIGURE_ON= --with-dblib=ndbm +GDBM_LIB_DEPENDS= libgdbm.so:${PORTSDIR}/databases/gdbm GDBM_CONFIGURE_ON= --with-dblib=gdbm \ --with-gdbm=${LOCALBASE} MYSQL_USE= MYSQL=yes |