diff options
author | vanilla <vanilla@FreeBSD.org> | 2005-05-17 03:31:09 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2005-05-17 03:31:09 +0000 |
commit | 86357bc57248c79b0e267c7ad80aba045faa7570 (patch) | |
tree | fbb022ec4a041aa948babddac25ffa400237fa85 /mail/bogofilter | |
parent | f0fc4366c6f59bcfde77fa8761801b0a6ef7b392 (diff) | |
download | FreeBSD-ports-86357bc57248c79b0e267c7ad80aba045faa7570.zip FreeBSD-ports-86357bc57248c79b0e267c7ad80aba045faa7570.tar.gz |
Add CONFLICTS to bogofilter-current.
Diffstat (limited to 'mail/bogofilter')
-rw-r--r-- | mail/bogofilter/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/bogofilter/Makefile b/mail/bogofilter/Makefile index ae24f26..95df573 100644 --- a/mail/bogofilter/Makefile +++ b/mail/bogofilter/Makefile @@ -23,7 +23,8 @@ LIB_DEPENDS+= gsl:${PORTSDIR}/math/gsl RUN_DEPENDS= bash:${PORTSDIR}/shells/bash2 .endif -CONFLICTS?= bogofilter-tdb-[0-9]* bogofilter-qdbm-[0-9]* [a-z][a-z]-bogofilter-[0-9]* +CONFLICTS?= bogofilter-tdb-[0-9]* bogofilter-qdbm-[0-9]* [a-z][a-z]-bogofilter-[0-9]* \ + bogofilter-current-[0-9]* USE_BZIP2= yes USE_REINPLACE= yes |