diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2015-06-26 22:37:18 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2015-06-26 22:37:18 +0000 |
commit | 59b52f73efd4b725454bfb7545668b65a00ef7a1 (patch) | |
tree | b379b4c8119e574db38b5de580e9b86c8e6ddcbd /net | |
parent | 80ccba4850ca56bc9362b781154a2f9d10e975bc (diff) |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/xrdp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/xrdp/Makefile b/net/xrdp/Makefile index 2938877fb8ab..be4995d69435 100644 --- a/net/xrdp/Makefile +++ b/net/xrdp/Makefile @@ -56,7 +56,7 @@ X11RDP_RUN_DEPENDS= X11rdp:${PORTSDIR}/x11-servers/x11rdp X11RDP_EXTRA_PATCHES= ${FILESDIR}/extra-patch-x11rdp_xrdp.ini # JP106 keymap JP106_PLIST_SUB= JP106="" -JP106_PLIST_SUB_OFF= JP106="@comment" +JP106_PLIST_SUB_OFF= JP106="@comment " .include <bsd.port.options.mk> |