diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
commit | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch) | |
tree | d3548a0f08ca434f11cb4415a93d98037409413b /net/xrdp | |
parent | Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l. (diff) |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=412348
Diffstat (limited to 'net/xrdp')
-rw-r--r-- | net/xrdp/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/xrdp/Makefile b/net/xrdp/Makefile index be4995d69435..60d441b793b7 100644 --- a/net/xrdp/Makefile +++ b/net/xrdp/Makefile @@ -47,12 +47,12 @@ JP106_DESC= Install Japanese JP106 keymap # Debug DEBUG_CONFIGURE_ENABLE= xrdpdebug # Xvnc -REALVNC_RUN_DEPENDS= Xvnc:${PORTSDIR}/net/vnc -TIGERVNC_RUN_DEPENDS= Xvnc:${PORTSDIR}/net/tigervnc -TIGHTVNC_RUN_DEPENDS= Xvnc:${PORTSDIR}/net/tightvnc -TRIDIAVNC_RUN_DEPENDS= Xvnc:${PORTSDIR}/net/tridiavnc +REALVNC_RUN_DEPENDS= Xvnc:net/vnc +TIGERVNC_RUN_DEPENDS= Xvnc:net/tigervnc +TIGHTVNC_RUN_DEPENDS= Xvnc:net/tightvnc +TRIDIAVNC_RUN_DEPENDS= Xvnc:net/tridiavnc # X11rdp -X11RDP_RUN_DEPENDS= X11rdp:${PORTSDIR}/x11-servers/x11rdp +X11RDP_RUN_DEPENDS= X11rdp:x11-servers/x11rdp X11RDP_EXTRA_PATCHES= ${FILESDIR}/extra-patch-x11rdp_xrdp.ini # JP106 keymap JP106_PLIST_SUB= JP106="" |