- The TDB variant of bogofilter is currently broken, set it to
IGNORE PR: 58837 Submitted by: maintainer
This commit is contained in:
parent
68d4f1b2b1
commit
df3d3d22c3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=92858
1 changed files with 3 additions and 1 deletions
|
@ -16,9 +16,11 @@ LIB_DEPENDS= tdb.1:${PORTSDIR}/databases/tdb
|
|||
|
||||
CONFLICTS= bogofilter-0*
|
||||
|
||||
CONFIGURE_ARGS= --with-tdb
|
||||
CONFIGURE_ARGS= --with-database=tdb
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
DESCR= ${PKGDIR}/pkg-descr
|
||||
|
||||
IGNORE= "is currently broken. Fix it yourself or ask gyepi@users.sourceforge.net to fix TDB mode"
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
|
Loading…
Reference in a new issue