diff options
Diffstat (limited to 'mail/tmda/Makefile')
-rw-r--r-- | mail/tmda/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/tmda/Makefile b/mail/tmda/Makefile index a8f6ef398770..f9eea5af62b0 100644 --- a/mail/tmda/Makefile +++ b/mail/tmda/Makefile @@ -27,7 +27,7 @@ SCRIPTS= collectaddys def2html printcdb printdbm sendit.sh \ vpopmail-vdir.sh wrapfd3.sh OPTIONS_DEFINE= CDB DOCS EXAMPLES -CDB_RUN_DEPENDS=${PYTHON_SITELIBDIR}/cdbmodule.so:${PORTSDIR}/databases/py-cdb +CDB_RUN_DEPENDS=${PYTHON_SITELIBDIR}/cdbmodule.so:databases/py-cdb do-build: cd ${WRKSRC} && ${PYTHON_CMD} ./compileall |