aboutsummaryrefslogtreecommitdiff
path: root/net/krdc
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:16:16 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:16:16 +0000
commit8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch)
treed3548a0f08ca434f11cb4415a93d98037409413b /net/krdc
parenta9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff)
Notes
Diffstat (limited to 'net/krdc')
-rw-r--r--net/krdc/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/krdc/Makefile b/net/krdc/Makefile
index 57b02105f109..f269ab10fe4f 100644
--- a/net/krdc/Makefile
+++ b/net/krdc/Makefile
@@ -10,8 +10,8 @@ DIST_SUBDIR= KDE/${PORTVERSION}
MAINTAINER= kde@FreeBSD.org
COMMENT= RDP and VNC client for KDE
-LIB_DEPENDS= libvncserver.so:${PORTSDIR}/net/libvncserver \
- libtelepathy-qt4.so:${PORTSDIR}/net-im/telepathy-qt4
+LIB_DEPENDS= libvncserver.so:net/libvncserver \
+ libtelepathy-qt4.so:net-im/telepathy-qt4
USES= cmake:outsource tar:xz
USE_KDE4= kdelibs kdeprefix automoc4
@@ -20,6 +20,6 @@ USE_LDCONFIG= yes
OPTIONS_DEFINE= FREERDP
FREERDP_DESC= Remote Desktop support via FreeRDP
-FREERDP_RUN_DEPENDS= xfreerdp:${PORTSDIR}/net/freerdp
+FREERDP_RUN_DEPENDS= xfreerdp:net/freerdp
.include <bsd.port.mk>