summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorrillig <rillig>2005-08-04 21:11:48 +0000
committerrillig <rillig>2005-08-04 21:11:48 +0000
commit37e047507419e0ee7e0438e473003faeadecccb0 (patch)
tree2dd203d94ebb916232d4b39b987a778908a4d275 /sysutils
parente463332a15767285027f38ba1d271f7c120cb019 (diff)
downloadpkgsrc-37e047507419e0ee7e0438e473003faeadecccb0.tar.gz
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 (limited to 'sysutils')
-rw-r--r--sysutils/mc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/mc/Makefile b/sysutils/mc/Makefile
index 0197dbc3738..0a4a050af81 100644
--- a/sysutils/mc/Makefile
+++ b/sysutils/mc/Makefile
@@ -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 @@ USE_PKGLOCALEDIR= YES
# 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"