summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2007-08-09 19:28:24 +0000
committertnn <tnn@pkgsrc.org>2007-08-09 19:28:24 +0000
commitff18e4520b3cb4958296b5cac8c77bb9a62d7b8b (patch)
treea2568775dd2cb7912d64595e79fae57827887122 /sysutils
parentc104a1071b0861d8ffd64b605c173def10b8cd01 (diff)
downloadpkgsrc-ff18e4520b3cb4958296b5cac8c77bb9a62d7b8b.tar.gz
Modular X.org support
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