Fix typo USE_XLIBS -> USE_XLIB

PR:		54357
Submitted by:	Mark Linimon <linimon@lonesome.com>
Approved by:	maintainer
This commit is contained in:
Erwin Lansing 2003-07-11 12:23:23 +00:00
parent 2c20e40264
commit 202ac8971e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=84667

View File

@ -37,7 +37,7 @@ MICO_SERVICE= "@comment "
CONFIGURE_ENV+= CXXFLAGS=${CPPFLAGS}
.if defined(WITH_X11)
USE_XLIBS= yes
USE_XLIB= yes
CONFIGURE_ARGS+= --with-x
.else
CONFIGURE_ARGS+= --without-x