Fix typo which breaks OPTIONSng.

Submitted by:	crees@
This commit is contained in:
Ion-Mihai Tetcu 2013-02-20 18:16:11 +00:00
parent d240e88764
commit d2b6de84fd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=312648

View File

@ -38,8 +38,7 @@ EXPIRATION_DATE= 2013-06-30
.include <bsd.port.pre.mk>
#.if !defined(WITHOUT_GDBM) || exists(${LOCALBASE}/include/gdbm.h)
.if ${PORT_OPTIONS:MGDBM) || exists(${LOCALBASE}/include/gdbm.h)
.if ${PORT_OPTIONS:MGDBM} || exists(${LOCALBASE}/include/gdbm.h)
LIB_DEPENDS+= gdbm.4:${PORTSDIR}/databases/gdbm
.endif