pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/mc mc should not build with glib-1.2 by defau...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a31ecc63c003
branches:  trunk
changeset: 497808:a31ecc63c003
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Aug 04 21:11:48 2005 +0000

description:
mc should not build with glib-1.2 by default, as glib-2.0 is used by
more other applications. Using glib-1.2 is only meant as a workaround.

diffstat:

 sysutils/mc/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 8d23796e6099 -r a31ecc63c003 sysutils/mc/Makefile
--- a/sysutils/mc/Makefile      Thu Aug 04 18:01:37 2005 +0000
+++ b/sysutils/mc/Makefile      Thu Aug 04 21:11:48 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.61 2005/08/04 10:32:01 rillig Exp $
+# $NetBSD: Makefile,v 1.62 2005/08/04 21:11:48 rillig Exp $
 
 DISTNAME=      mc-4.6.1
 CATEGORIES=    sysutils
@@ -15,7 +15,7 @@
 # see options.mk for an explanation of these options
 PKG_OPTIONS_VAR=       PKG_OPTIONS.mc
 PKG_SUPPORTED_OPTIONS= charset edit glib12 ncurses samba slang subshell vfs x11
-PKG_SUGGESTED_OPTIONS= charset edit glib12               slang subshell vfs
+PKG_SUGGESTED_OPTIONS= charset edit                      slang subshell vfs
 
 .include "../../mk/bsd.prefs.mk"
 .include "../../mk/bsd.options.mk"



Home | Main Index | Thread Index | Old Index