pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/avahi avahi: Don't use mono2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b8e4b7076277
branches:  trunk
changeset: 422406:b8e4b7076277
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Jan 26 12:36:34 2020 +0000

description:
avahi: Don't use mono2

diffstat:

 net/avahi/options.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r aebebae871dc -r b8e4b7076277 net/avahi/options.mk
--- a/net/avahi/options.mk      Sun Jan 26 11:05:06 2020 +0000
+++ b/net/avahi/options.mk      Sun Jan 26 12:36:34 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.14 2019/10/27 14:46:09 kamil Exp $
+# $NetBSD: options.mk,v 1.15 2020/01/26 12:36:34 nia Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.avahi
 PKG_SUPPORTED_OPTIONS= avahi-howl gdbm introspection gtk2 gtk3 mono python
@@ -52,7 +52,7 @@
 
 .if !empty(PKG_OPTIONS:Mmono)
 .include "../../x11/gtk-sharp/buildlink3.mk"
-.include "../../lang/mono2/buildlink3.mk"
+.include "../../lang/mono/buildlink3.mk"
 CONFIGURE_ARGS+=       --disable-monodoc # XXX broken
 PLIST.mono=            yes
 .else



Home | Main Index | Thread Index | Old Index