summaryrefslogtreecommitdiff
path: root/net/mtr
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-12-14 15:57:44 +0000
committerwiz <wiz@pkgsrc.org>2014-12-14 15:57:44 +0000
commitd160b70c6b79bc663a07bc519b624ee8e97552f7 (patch)
tree3a359fa825a2206b0e833d31296466b17a566078 /net/mtr
parent2cb9f99f8b8041da516b38e0e46b7c948c725382 (diff)
downloadpkgsrc-d160b70c6b79bc663a07bc519b624ee8e97552f7.tar.gz
Remove now unnecessary glib option. Ride update.
Diffstat (limited to 'net/mtr')
-rw-r--r--net/mtr/options.mk12
1 files changed, 3 insertions, 9 deletions
diff --git a/net/mtr/options.mk b/net/mtr/options.mk
index f33723d8baf..4b8f4490130 100644
--- a/net/mtr/options.mk
+++ b/net/mtr/options.mk
@@ -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 @@ PKG_SUGGESTED_OPTIONS= glib inet6
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