- The TDB variant of bogofilter is currently broken, set it to

IGNORE

PR:		58837
Submitted by:	maintainer
This commit is contained in:
Kirill Ponomarev 2003-11-02 18:13:27 +00:00
parent 68d4f1b2b1
commit df3d3d22c3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=92858

View file

@ -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"