summaryrefslogtreecommitdiffstats
path: root/irc/quassel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'irc/quassel/Makefile')
-rw-r--r--irc/quassel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/irc/quassel/Makefile b/irc/quassel/Makefile
index 7448433..3e736cb 100644
--- a/irc/quassel/Makefile
+++ b/irc/quassel/Makefile
@@ -29,7 +29,7 @@ MONO_CMAKE_ON= -DWANT_MONO=on
MONO_CMAKE_OFF= -DWANT_MONO=off
CORE_DESC= Quassel core (for use with client)
-CORE_LIB_DEPENDS= libqca-qt5.so:${PORTSDIR}/devel/qca-qt5
+CORE_LIB_DEPENDS= libqca-qt5.so:devel/qca-qt5
CORE_USE= QT5=script,sql,sql-sqlite3_run
CORE_CMAKE_ON= -DWANT_CORE=on
CORE_CMAKE_OFF= -DWANT_CORE=off
@@ -44,7 +44,7 @@ NLS_USE= QT5=linguisttools_build
.if ${PORT_OPTIONS:MMONO} || ${PORT_OPTIONS:MCLIENT}
USE_QT5+= dbus gui widgets phonon4 webkit
-LIB_DEPENDS+= libdbusmenu-qt5.so:${PORTSDIR}/devel/libdbusmenu-qt5
+LIB_DEPENDS+= libdbusmenu-qt5.so:devel/libdbusmenu-qt5
PLIST_SUB+= MONO_OR_CLIENT=""
.else
PLIST_SUB+= MONO_OR_CLIENT="@comment "
OpenPOWER on IntegriCloud