Fix typo in conditional.
PR: ports/65415 Submitted by: Jos Backus Approved by: maintainer-silence
This commit is contained in:
parent
9e3b700c5c
commit
6b210eb52d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=111093
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ CONFIGURE_ENV+= DB_LIBNAME=-ldb41
|
|||
LIB_DEPENDS= db4.0:${PORTSDIR}/databases/db4
|
||||
CONFIGURE_ENV+= LDFLAGS=-L${LOCALBASE}/lib
|
||||
CONFIGURE_ENV+= DB_LIBNAME=-ldb4
|
||||
.elfif defined(WITH_BDB3)
|
||||
.elif defined(WITH_BDB3)
|
||||
LIB_DEPENDS= db3.3:${PORTSDIR}/databases/db3
|
||||
CONFIGURE_ENV+= LDFLAGS=-L${LOCALBASE}/lib
|
||||
CONFIGURE_ENV+= DB_LIBNAME=-ldb3
|
||||
|
|
Loading…
Reference in a new issue