pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/ocamlnet ocamlnet: remove optional gtk1 support
details: https://anonhg.NetBSD.org/pkgsrc/rev/41b573e16554
branches: trunk
changeset: 341956:41b573e16554
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Oct 10 14:16:33 2019 +0000
description:
ocamlnet: remove optional gtk1 support
diffstat:
net/ocamlnet/options.mk | 16 +++-------------
1 files changed, 3 insertions(+), 13 deletions(-)
diffs (32 lines):
diff -r 3a76a87b1423 -r 41b573e16554 net/ocamlnet/options.mk
--- a/net/ocamlnet/options.mk Thu Oct 10 14:15:29 2019 +0000
+++ b/net/ocamlnet/options.mk Thu Oct 10 14:16:33 2019 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: options.mk,v 1.9 2018/01/22 11:17:52 jaapb Exp $
+# $NetBSD: options.mk,v 1.10 2019/10/10 14:16:33 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.ocamlnet
-PKG_SUPPORTED_OPTIONS= gtk gtk2 gnutls
+PKG_SUPPORTED_OPTIONS= gtk2 gnutls
PKG_SUGGESTED_OPTIONS= gnutls
PLIST_VARS+= gnutls cmxs
@@ -11,17 +11,7 @@
.include "../../mk/bsd.options.mk"
###
-### GTK(1) support
-###
-.if !empty(PKG_OPTIONS:Mgtk)
-. include "../../x11/lablgtk1/buildlink3.mk"
-CONFIGURE_ARGS+= -enable-gtk
-.else
-CONFIGURE_ARGS+= -disable-gtk
-.endif
-
-###
-### GTK(2) support
+### GTK2 support
###
.if !empty(PKG_OPTIONS:Mgtk2)
. include "../../x11/ocaml-lablgtk/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index