- Fix build without X11

PR:		ports/175080
Approved by:	crees (mentor)
This commit is contained in:
Grzegorz Blach 2013-01-08 22:25:44 +00:00
parent b7a53c848b
commit e5d9873aeb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=310109

View file

@ -246,7 +246,7 @@ USE_XORG+= xinerama xineramaproto
CONFIGURE_ARGS+= --disable-xinerama
.endif
.else #WITHOUT_X11
CONFIGURE_ARGS+= --disable-x11 --disable-fontconfig
CONFIGURE_ARGS+= --disable-x11
.endif
.if ${PORT_OPTIONS:MVDPAU}