Fix typo which breaks OPTIONSng.
Submitted by: crees@
This commit is contained in:
parent
d240e88764
commit
d2b6de84fd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=312648
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user