pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/unison2.51
Module Name: pkgsrc
Committed By: wiz
Date: Tue Apr 21 11:33:34 UTC 2020
Modified Files:
pkgsrc/net/unison2.51: options.mk
Log Message:
unison2.51: remove direct inclusion of gtk2, brought in by ocaml-lablgtk now
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/unison2.51/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/unison2.51/options.mk
diff -u pkgsrc/net/unison2.51/options.mk:1.2 pkgsrc/net/unison2.51/options.mk:1.3
--- pkgsrc/net/unison2.51/options.mk:1.2 Mon Oct 28 20:02:29 2019
+++ pkgsrc/net/unison2.51/options.mk Tue Apr 21 11:33:33 2020
@@ -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 @@ PKG_SUPPORTED_OPTIONS= lablgtk
.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