summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-01-15 08:57:37 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-01-15 08:57:37 +0000
commit43b505a100293d46153ec5276fc6cee097edad8e (patch)
treedfa1083ff8b6403e4033926e9a68650fbd586d11 /mail
parentupdate WWW (diff)
- Use db-4.2 in LIB_DEPENDS
- Remove contiguous blank line PR: 61375 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=98196
Diffstat (limited to 'mail')
-rw-r--r--mail/bogofilter-current/Makefile3
-rw-r--r--mail/bogofilter/Makefile3
2 files changed, 2 insertions, 4 deletions
diff --git a/mail/bogofilter-current/Makefile b/mail/bogofilter-current/Makefile
index 58305566f36d..b90edd09b56b 100644
--- a/mail/bogofilter-current/Makefile
+++ b/mail/bogofilter-current/Makefile
@@ -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
@@ -54,7 +54,6 @@ pre-everything::
@${ECHO} "Use -DWITH_DB_VER=42 to link against db42 instead of the default db4"
@${ECHO} ""
.endif
-
post-build::
cd ${WRKSRC} && make check SHELL=${SH}
diff --git a/mail/bogofilter/Makefile b/mail/bogofilter/Makefile
index 58305566f36d..b90edd09b56b 100644
--- a/mail/bogofilter/Makefile
+++ b/mail/bogofilter/Makefile
@@ -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
@@ -54,7 +54,6 @@ pre-everything::
@${ECHO} "Use -DWITH_DB_VER=42 to link against db42 instead of the default db4"
@${ECHO} ""
.endif
-
post-build::
cd ${WRKSRC} && make check SHELL=${SH}