- Explicitly disable libxkbfile detection when no X11 option is selected

PR:		179835
Reported by:	Michael Moll <kvedulv AT kvedulv DOT de>
This commit is contained in:
Dima Panov 2013-06-24 02:43:38 +00:00
parent 37a0429a84
commit cc1af8a850
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=321660

View file

@ -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