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:
parent
8a0e22c607
commit
43b505a100
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=98196
@ -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}
|
||||
|
||||
|
@ -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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user