pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/mtr Remove now unnecessary glib option. Ride update.
details: https://anonhg.NetBSD.org/pkgsrc/rev/cbfe0d92aeb8
branches: trunk
changeset: 643346:cbfe0d92aeb8
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Dec 14 15:57:44 2014 +0000
description:
Remove now unnecessary glib option. Ride update.
diffstat:
net/mtr/options.mk | 12 +++---------
1 files changed, 3 insertions(+), 9 deletions(-)
diffs (28 lines):
diff -r 903fe720e2af -r cbfe0d92aeb8 net/mtr/options.mk
--- a/net/mtr/options.mk Sun Dec 14 15:55:14 2014 +0000
+++ b/net/mtr/options.mk Sun Dec 14 15:57:44 2014 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.5 2014/11/19 09:01:51 wiz Exp $
+# $NetBSD: options.mk,v 1.6 2014/12/14 15:57:44 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.mtr
-PKG_SUPPORTED_OPTIONS= gtk glib inet6
-PKG_SUGGESTED_OPTIONS= glib inet6
+PKG_SUPPORTED_OPTIONS= gtk inet6
+PKG_SUGGESTED_OPTIONS= inet6
.include "../../mk/bsd.options.mk"
@@ -12,12 +12,6 @@
CONFIGURE_ARGS+= --without-gtk
.endif
-.if !empty(PKG_OPTIONS:Mglib) || !empty(PKG_OPTIONS:Mgtk)
-.include "../../devel/glib2/buildlink3.mk"
-.else
-CONFIGURE_ARGS+= --without-glib
-.endif
-
.if !empty(PKG_OPTIONS:Minet6)
CONFIGURE_ARGS+= --enable-ipv6
.else
Home |
Main Index |
Thread Index |
Old Index