1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00

- Use db-4.2 in LIB_DEPENDS

- Remove contiguous blank line

PR:		61375
Submitted by:	maintainer
This commit is contained in:
Kirill Ponomarev 2004-01-15 08:57:37 +00:00
parent 8a0e22c607
commit 43b505a100
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=98196
2 changed files with 2 additions and 4 deletions

View File

@ -18,7 +18,7 @@ COMMENT= "Fast, teachable, learning spam detector"
# values for some of our variables
WITH_DB_VER?= 4
.if ${WITH_DB_VER} == 42
LIB_DEPENDS?= db-4.2.2:${PORTSDIR}/databases/db42
LIB_DEPENDS?= db-4.2:${PORTSDIR}/databases/db42
libs= -ldb-4.2
.else
WITH_DB_VER= 4
@ -55,7 +55,6 @@ pre-everything::
@${ECHO} ""
.endif
post-build::
cd ${WRKSRC} && make check SHELL=${SH}

View File

@ -18,7 +18,7 @@ COMMENT= "Fast, teachable, learning spam detector"
# values for some of our variables
WITH_DB_VER?= 4
.if ${WITH_DB_VER} == 42
LIB_DEPENDS?= db-4.2.2:${PORTSDIR}/databases/db42
LIB_DEPENDS?= db-4.2:${PORTSDIR}/databases/db42
libs= -ldb-4.2
.else
WITH_DB_VER= 4
@ -55,7 +55,6 @@ pre-everything::
@${ECHO} ""
.endif
post-build::
cd ${WRKSRC} && make check SHELL=${SH}