fix build when WITH_GDBM is specified

This commit is contained in:
Oliver Lehmann 2005-05-16 17:20:34 +00:00
parent b775014ff5
commit 1644293591
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=135382

View File

@ -94,7 +94,7 @@ CONFIGURE_ARGS+=--with-syslog=${WITH_SYSLOG_FACILITY}
.if defined(WITH_AUTH_USERDB)
.if defined(WITH_GDBM)
CONFIGURE_ARGS+=--with-db=gdb --with-userdb=${USERDB}
CONFIGURE_ARGS+=--with-db=gdbm --with-userdb=${USERDB}
LIB_DEPENDS+= gdbm.3:${PORTSDIR}/databases/gdbm
.else
CONFIGURE_ARGS+=--with-db=db --with-userdb=${USERDB}