summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/mc/options.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/mc/options.mk b/sysutils/mc/options.mk
index b2363de1740..1c9cb8d07d5 100644
--- a/sysutils/mc/options.mk
+++ b/sysutils/mc/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.8 2007/02/15 10:00:08 rillig Exp $
+# $NetBSD: options.mk,v 1.9 2007/08/09 19:28:24 tnn Exp $
#
PKG_OPTIONS_VAR= PKG_OPTIONS.mc
@@ -63,10 +63,10 @@ CONFIGURE_ARGS+= --without-vfs
### X11 support allows better key handling (detection of the Alt, Ctrl,
### Shift modifiers) and mouse support.
.if !empty(PKG_OPTIONS:Mx11)
-CONFIGURE_ARGS+= --with-x
-. include "../../mk/x11.buildlink3.mk"
+CONFIGURE_ARGS+= --with-x
+.include "../../x11/libXt/buildlink3.mk"
.else
-CONFIGURE_ARGS+= --without-x
+CONFIGURE_ARGS+= --without-x
.endif
### The Midnight Commander can use three different screen libraries to