aboutsummaryrefslogtreecommitdiffstats
path: root/net/krdc
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2016-04-01 22:16:16 +0800
committermat <mat@FreeBSD.org>2016-04-01 22:16:16 +0800
commitc60c1d09235abbfd733e901b1872b86adc82027c (patch)
treed3548a0f08ca434f11cb4415a93d98037409413b /net/krdc
parent0e1e582c065e8fdcb4c8070ec1b22a3d70aa3a7c (diff)
downloadfreebsd-ports-gnome-c60c1d09235abbfd733e901b1872b86adc82027c.tar.gz
freebsd-ports-gnome-c60c1d09235abbfd733e901b1872b86adc82027c.tar.zst
freebsd-ports-gnome-c60c1d09235abbfd733e901b1872b86adc82027c.zip
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr Sponsored by: Absolight
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>