1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

Fix typo that would have meant this port would not have compiled

if db3 support had been selected.
This commit is contained in:
Ade Lovett 2002-08-22 19:31:21 +00:00
parent 9c9113eb0c
commit ddc7dde299
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=64838

View File

@ -17,7 +17,7 @@ MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre
.if defined(WITH_BERKELEY_DB)
LIB_DEPENDS+= db3.2:${PORTSDIR}/databases/db
LIB_DEPENDS+= db3.3:${PORTSDIR}/databases/db3
DB_INC= -I${LOCALBASE}/include/db3
CONFIGURE_ARGS= --with-berkeley
.else