aboutsummaryrefslogtreecommitdiffstats
path: root/irc/quassel
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2016-04-01 22:08:37 +0800
committermat <mat@FreeBSD.org>2016-04-01 22:08:37 +0800
commit0e1e582c065e8fdcb4c8070ec1b22a3d70aa3a7c (patch)
tree23607acdfffe977946d3c7bb877bab60e64640e7 /irc/quassel
parent148314483d3098c0d6a33944f1190842e671502f (diff)
downloadfreebsd-ports-gnome-0e1e582c065e8fdcb4c8070ec1b22a3d70aa3a7c.tar.gz
freebsd-ports-gnome-0e1e582c065e8fdcb4c8070ec1b22a3d70aa3a7c.tar.zst
freebsd-ports-gnome-0e1e582c065e8fdcb4c8070ec1b22a3d70aa3a7c.zip
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr Sponsored by: Absolight
Diffstat (limited to 'irc/quassel')
-rw-r--r--irc/quassel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/irc/quassel/Makefile b/irc/quassel/Makefile
index 744843396a9a..3e736cba975a 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 "