1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00

- Set CONFLICT with mail/bogofilter-tc.

PR:		127039
Submitted by:	Matthias Andree <matthias.andree@gmx.de> (maintainer)
This commit is contained in:
Martin Wilke 2009-01-08 16:00:18 +00:00
parent 58571c5502
commit f2ad124582
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=225466
3 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ MAINTAINER= matthias.andree@gmx.de
LIB_DEPENDS= qdbm.14:${PORTSDIR}/databases/qdbm
CONFLICTS= bogofilter-[0-9]* [a-z][a-z]-bogofilter-[0-9]* bogofilter-sqlite-[0-9]*
CONFLICTS= bogofilter-[0-9]* [a-z][a-z]-bogofilter-[0-9]* bogofilter-sqlite-[0-9]* bogofilter-tc-[0-9]*
CONFIGURE_ARGS= --with-database=qdbm
BF_CPPFLAGS= -I${LOCALBASE}/include

View File

@ -13,7 +13,7 @@ MAINTAINER= matthias.andree@gmx.de
LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3
CONFLICTS= bogofilter-[0-9]* bogofilter-qdbm-[0-9]* [a-z][a-z]-bogofilter-[0-9]*
CONFLICTS= bogofilter-[0-9]* bogofilter-qdbm-[0-9]* bogofilter-tc-[0-9]* [a-z][a-z]-bogofilter-[0-9]*
CONFIGURE_ARGS= --with-database=sqlite
BF_CPPFLAGS= -I${LOCALBASE}/include

View File

@ -21,7 +21,7 @@ LIB_DEPENDS?= db-4.3:${PORTSDIR}/databases/db43
OPTIONS= GSL "Link with system-wide GSL dynamically (recommended)" on
OPTIONS+= UNICODE "Normalize tokens to Unicode (UTF-8)" on
CONFLICTS?= bogofilter-sqlite-[0-9]* bogofilter-qdbm-[0-9]* [a-z][a-z]-bogofilter-[0-9]*
CONFLICTS?= bogofilter-sqlite-[0-9]* bogofilter-qdbm-[0-9]* bogofilter-tc-[0-9]* [a-z][a-z]-bogofilter-[0-9]*
USE_BZIP2= yes
USE_PERL5_RUN= yes