diff options
author | krion <krion@FreeBSD.org> | 2004-01-15 16:57:37 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-01-15 16:57:37 +0800 |
commit | ccd3888ed27f58e738f7d43cb48ac764bf5b35b9 (patch) | |
tree | ec1c20155efc16761a3ab95a21fab22ebbec7ae0 /mail | |
parent | 3004c028d6587032beca4401e7f851d4788bf1ad (diff) | |
download | freebsd-ports-gnome-ccd3888ed27f58e738f7d43cb48ac764bf5b35b9.tar.gz freebsd-ports-gnome-ccd3888ed27f58e738f7d43cb48ac764bf5b35b9.tar.zst freebsd-ports-gnome-ccd3888ed27f58e738f7d43cb48ac764bf5b35b9.zip |
- Use db-4.2 in LIB_DEPENDS
- Remove contiguous blank line
PR: 61375
Submitted by: maintainer
Diffstat (limited to 'mail')
-rw-r--r-- | mail/bogofilter-current/Makefile | 3 | ||||
-rw-r--r-- | mail/bogofilter/Makefile | 3 |
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} |