aboutsummaryrefslogtreecommitdiff
path: root/databases/akonadi
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2011-08-20 00:09:41 +0000
committerDoug Barton <dougb@FreeBSD.org>2011-08-20 00:09:41 +0000
commitb15a88687be41fb11c1a66346a40543369b598da (patch)
tree86badab47cb3a3ecbe8dc50d4e70cff394ac16d4 /databases/akonadi
parent76def20019077e6cc22676781be917fcfb874b40 (diff)
downloadports-b15a88687be41fb11c1a66346a40543369b598da.tar.gz
ports-b15a88687be41fb11c1a66346a40543369b598da.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)
Notes
Notes: svn path=/head/; revision=280040
Diffstat (limited to 'databases/akonadi')
-rw-r--r--databases/akonadi/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/akonadi/Makefile b/databases/akonadi/Makefile
index 28a56005181f..f67ca23c3f48 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