pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/ocamlnet



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Oct 10 14:16:34 UTC 2019

Modified Files:
        pkgsrc/net/ocamlnet: options.mk

Log Message:
ocamlnet: remove optional gtk1 support


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/net/ocamlnet/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/ocamlnet/options.mk
diff -u pkgsrc/net/ocamlnet/options.mk:1.9 pkgsrc/net/ocamlnet/options.mk:1.10
--- pkgsrc/net/ocamlnet/options.mk:1.9  Mon Jan 22 11:17:52 2018
+++ pkgsrc/net/ocamlnet/options.mk      Thu Oct 10 14:16:33 2019
@@ -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 @@ PLIST_VARS+=         gnutls cmxs
 .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