1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

- Remove IGNORE, 0.15.13 is fine with TDB

- Add CONFLICTS for bogofilter-qdbm.

PR:		60812
Submitted by:	maintainer
This commit is contained in:
Kirill Ponomarev 2004-01-02 12:30:58 +00:00
parent e7fe8707f8
commit e7ec922f18
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=97076

View File

@ -14,13 +14,11 @@ MASTERDIR= ${.CURDIR}/../bogofilter
LIB_DEPENDS= tdb.1:${PORTSDIR}/databases/tdb
CONFLICTS= bogofilter-0*
CONFLICTS= bogofilter-0* bogofilter-qdbm*
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"