aboutsummaryrefslogtreecommitdiff
path: root/net/freerdp
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2013-06-24 02:43:38 +0000
committerDima Panov <fluffy@FreeBSD.org>2013-06-24 02:43:38 +0000
commitcc1af8a85016f9f85646202664bae7f148e99d2a (patch)
tree7c8855db181f1b5a44d9b5d01eecabd4b3b084d3 /net/freerdp
parent37a0429a843ce73bb055a090005bbf678cb81b79 (diff)
downloadports-cc1af8a85016f9f85646202664bae7f148e99d2a.tar.gz
ports-cc1af8a85016f9f85646202664bae7f148e99d2a.zip
- Explicitly disable libxkbfile detection when no X11 option is selected
PR: 179835 Reported by: Michael Moll <kvedulv AT kvedulv DOT de>
Notes
Notes: svn path=/head/; revision=321660
Diffstat (limited to 'net/freerdp')
-rw-r--r--net/freerdp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/freerdp/Makefile b/net/freerdp/Makefile
index 146235652223..0c6204c48826 100644
--- a/net/freerdp/Makefile
+++ b/net/freerdp/Makefile
@@ -37,7 +37,7 @@ BUILD_DEPENDS+= xmlto:${PORTSDIR}/textproc/xmlto
MAN1= xfreerdp.1
PLIST_SUB+= X11=""
.else
-CMAKE_ARGS+= -DWITH_X11=OFF
+CMAKE_ARGS+= -DWITH_X11=OFF -DWITH_XKBFILE=OFF
PLIST_SUB+= X11="@comment "
.endif