diff options
author | tnn <tnn@pkgsrc.org> | 2007-08-09 19:28:24 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2007-08-09 19:28:24 +0000 |
commit | 15051199ec97f76fd6ff254a5b47e13cc66c88fb (patch) | |
tree | a2568775dd2cb7912d64595e79fae57827887122 /sysutils/mc | |
parent | 7bdeb9bf7651d6e4ef215ea16b72f28661a4243d (diff) | |
download | pkgsrc-15051199ec97f76fd6ff254a5b47e13cc66c88fb.tar.gz |
Modular X.org support
Diffstat (limited to 'sysutils/mc')
-rw-r--r-- | sysutils/mc/options.mk | 8 |
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 |