diff options
author | krion <krion@FreeBSD.org> | 2003-10-10 03:56:38 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-10-10 03:56:38 +0800 |
commit | f88c2a4d890d3e836a14bd78bd4b3b2868000202 (patch) | |
tree | f55ef2baa7cc11d0fae46d64fb95b5ce685b38b8 /mail | |
parent | 340d9421e0ac310e93f0f8182d5e083964b1d873 (diff) | |
download | freebsd-ports-gnome-f88c2a4d890d3e836a14bd78bd4b3b2868000202.tar.gz freebsd-ports-gnome-f88c2a4d890d3e836a14bd78bd4b3b2868000202.tar.zst freebsd-ports-gnome-f88c2a4d890d3e836a14bd78bd4b3b2868000202.zip |
- Add optional dependency on databases/py-cdb port to make -cdb
and -autocdb filter source options actually useful; enabled by
WITH_CDB=yes knob
PR: 57815
Submitted by: maintainer
Diffstat (limited to 'mail')
-rw-r--r-- | mail/tmda/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/tmda/Makefile b/mail/tmda/Makefile index ad18b43e6838..0c8df73ac903 100644 --- a/mail/tmda/Makefile +++ b/mail/tmda/Makefile @@ -21,6 +21,10 @@ EXTRACT_SUFX= .tgz MAINTAINER= sergei@kolobov.com COMMENT= Python-based SPAM reduction system +.if defined(WITH_CDB) +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/cdbmodule.so:${PORTSDIR}/databases/py-cdb +.endif + USE_PYTHON= yes PKGMESSAGE= ${WRKDIR}/pkg-message |