Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/unison2.51 unison2.51: remove direct inclusion of ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3c96e36e64c0
branches:  trunk
changeset: 429528:3c96e36e64c0
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Apr 21 11:33:33 2020 +0000

description:
unison2.51: remove direct inclusion of gtk2, brought in by ocaml-lablgtk now

diffstat:

 net/unison2.51/options.mk |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r 08c731ca3e40 -r 3c96e36e64c0 net/unison2.51/options.mk
--- a/net/unison2.51/options.mk Tue Apr 21 11:32:58 2020 +0000
+++ b/net/unison2.51/options.mk Tue Apr 21 11:33:33 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2019/10/28 20:02:29 gdt Exp $
+# $NetBSD: options.mk,v 1.3 2020/04/21 11:33:33 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.unison
 PKG_SUPPORTED_OPTIONS= lablgtk
@@ -7,12 +7,11 @@
 
 .if !empty(PKG_OPTIONS:Mlablgtk)
 MAKE_FLAGS+=   UISTYLE=gtk2
-BUILDLINK_API_DEPENDS.ocaml-lablgtk+= ocaml-lablgtk>=2.16.0
 
 DEPENDS+=      font-schumacher-misc>=1.0:../../fonts/font-schumacher-misc
 
+BUILDLINK_API_DEPENDS.ocaml-lablgtk+= ocaml-lablgtk>=2.16.0
 .include "../../x11/ocaml-lablgtk/buildlink3.mk"
-.include "../../x11/gtk2/buildlink3.mk"
 .else
 MAKE_FLAGS+=   UISTYLE=text
 .endif



Home | Main Index | Thread Index | Old Index