diff options
author | dougb <dougb@FreeBSD.org> | 2011-08-20 08:09:41 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2011-08-20 08:09:41 +0800 |
commit | d9356882cd53eb88c6903dede3ce127314370c20 (patch) | |
tree | 3d096613e106e0a9b8743e1eef5465dd9476cabb /databases/akonadi | |
parent | 0e6404d159dd7a557f70ebfe14ada5b316377c24 (diff) | |
download | freebsd-ports-graphics-d9356882cd53eb88c6903dede3ce127314370c20.tar.gz freebsd-ports-graphics-d9356882cd53eb88c6903dede3ce127314370c20.tar.zst freebsd-ports-graphics-d9356882cd53eb88c6903dede3ce127314370c20.zip |
Remove direct dependency on mysqld. The port already has USE_MYSQL= server
so there is no functional change to the dependencies.
PR: ports/159539
Submitted by: me
Approved by: maintainer timeout (14 days)
Diffstat (limited to 'databases/akonadi')
-rw-r--r-- | databases/akonadi/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/akonadi/Makefile b/databases/akonadi/Makefile index 28a56005181..f67ca23c3f4 100644 --- a/databases/akonadi/Makefile +++ b/databases/akonadi/Makefile @@ -19,8 +19,7 @@ LICENSE_FILE= ${WRKSRC}/lgpl-license LIB_DEPENDS= boost_thread:${PORTSDIR}/devel/boost-libs \ soprano.4:${PORTSDIR}/textproc/soprano -BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt \ - ${LOCALBASE}/bin/mysqld_safe:${PORTSDIR}/databases/mysql${MYSQL_VER}-server +BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt RUN_DEPENDS= ${QT_PREFIX}/lib/qt4/plugins/sqldrivers/libqsqlmysql.so:${PORTSDIR}/databases/qt4-mysql-plugin # Let process generate meaningful backtrace on core dump |