mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add support for setting WITH_BERKELEYDB to db44
This commit is contained in:
parent
37d071da1d
commit
fe6f26207f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=172938
3 changed files with 12 additions and 0 deletions
|
@ -82,6 +82,10 @@ CONFIGURE_ARGS+= --with-dbm=db42 \
|
|||
LIB_DEPENDS+= db-4.3:${PORTSDIR}/databases/db43
|
||||
CONFIGURE_ARGS+= --with-dbm=db43 \
|
||||
--with-berkeley-db=${LOCALBASE}/include:${LOCALBASE}/lib/db43
|
||||
. elif ${WITH_BERKELEYDB} == "db44"
|
||||
LIB_DEPENDS+= db-4.4:${PORTSDIR}/databases/db44
|
||||
CONFIGURE_ARGS+= --with-dbm=db44 \
|
||||
--with-berkeley-db=${LOCALBASE}/include:${LOCALBASE}/lib/db44
|
||||
. else
|
||||
IGNORE= "Unknown Berkeley DB version"
|
||||
. endif
|
||||
|
|
|
@ -84,6 +84,10 @@ CONFIGURE_ARGS+= --with-dbm=db42 \
|
|||
LIB_DEPENDS+= db-4.3:${PORTSDIR}/databases/db43
|
||||
CONFIGURE_ARGS+= --with-dbm=db43 \
|
||||
--with-berkeley-db=${LOCALBASE}/include:${LOCALBASE}/lib/db43
|
||||
. elif ${WITH_BERKELEYDB} == "db44"
|
||||
LIB_DEPENDS+= db-4.4:${PORTSDIR}/databases/db44
|
||||
CONFIGURE_ARGS+= --with-dbm=db44 \
|
||||
--with-berkeley-db=${LOCALBASE}/include:${LOCALBASE}/lib/db44
|
||||
. else
|
||||
IGNORE= "Unknown Berkeley DB version"
|
||||
. endif
|
||||
|
|
|
@ -84,6 +84,10 @@ CONFIGURE_ARGS+= --with-dbm=db42 \
|
|||
LIB_DEPENDS+= db-4.3:${PORTSDIR}/databases/db43
|
||||
CONFIGURE_ARGS+= --with-dbm=db43 \
|
||||
--with-berkeley-db=${LOCALBASE}/include:${LOCALBASE}/lib/db43
|
||||
. elif ${WITH_BERKELEYDB} == "db44"
|
||||
LIB_DEPENDS+= db-4.4:${PORTSDIR}/databases/db44
|
||||
CONFIGURE_ARGS+= --with-dbm=db44 \
|
||||
--with-berkeley-db=${LOCALBASE}/include:${LOCALBASE}/lib/db44
|
||||
. else
|
||||
IGNORE= "Unknown Berkeley DB version"
|
||||
. endif
|
||||
|
|
Loading…
Add table
Reference in a new issue