summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2003-07-11 12:23:23 +0000
committerErwin Lansing <erwin@FreeBSD.org>2003-07-11 12:23:23 +0000
commit202ac8971e7c83c40a7a87992f76097de5a3c5a2 (patch)
treea554f5b06eaa04aa061d84210f973baf72347883
parentfix typo for linux-opera7 (diff)
Fix typo USE_XLIBS -> USE_XLIB
PR: 54357 Submitted by: Mark Linimon <linimon@lonesome.com> Approved by: maintainer
Notes
Notes: svn path=/head/; revision=84667
-rw-r--r--devel/mico/Makefile2
1 files changed, 1 insertions, 1 deletions
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