From 202ac8971e7c83c40a7a87992f76097de5a3c5a2 Mon Sep 17 00:00:00 2001 From: Erwin Lansing Date: Fri, 11 Jul 2003 12:23:23 +0000 Subject: [PATCH] Fix typo USE_XLIBS -> USE_XLIB PR: 54357 Submitted by: Mark Linimon Approved by: maintainer --- devel/mico/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/mico/Makefile b/devel/mico/Makefile index 932477f78865..8794bd395ecc 100644 --- a/devel/mico/Makefile +++ b/devel/mico/Makefile @@ -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