pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/mc Modular X.org support



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f9f1a209f346
branches:  trunk
changeset: 531995:f9f1a209f346
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Thu Aug 09 19:28:24 2007 +0000

description:
Modular X.org support

diffstat:

 sysutils/mc/options.mk |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (23 lines):

diff -r 7e5e94a50108 -r f9f1a209f346 sysutils/mc/options.mk
--- a/sysutils/mc/options.mk    Thu Aug 09 19:16:24 2007 +0000
+++ b/sysutils/mc/options.mk    Thu Aug 09 19:28:24 2007 +0000
@@ -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 @@
 ### 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



Home | Main Index | Thread Index | Old Index