- Fix build without X11 for people who have xorg-libraries installed

Reported by:	Volodymyr Kostyrko <arcade@synergetica.dn.ua>
This commit is contained in:
Pav Lucistnik 2006-12-15 15:51:34 +00:00
parent feab5d4f3b
commit ef78d971eb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=179862

View File

@ -48,7 +48,7 @@ USE_WX= 2.6
WX_CONF_ARGS= absolute
CPPFLAGS+= -I${X11BASE}/include
.else
CONFIGURE_ARGS+= --with-wx-config=false
CONFIGURE_ARGS+= --with-wx-config=false --without-x
.endif
.if !defined(WITHOUT_X11)