Date: Sun, 27 Sep 2020 19:30:45 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r550302 - head/net/gssdp Message-ID: <202009271930.08RJUjLq036446@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Sep 27 19:30:45 2020 New Revision: 550302 URL: https://svnweb.freebsd.org/changeset/ports/550302 Log: Cosmetic change Modified: head/net/gssdp/Makefile Modified: head/net/gssdp/Makefile ============================================================================== --- head/net/gssdp/Makefile Sun Sep 27 19:30:35 2020 (r550301) +++ head/net/gssdp/Makefile Sun Sep 27 19:30:45 2020 (r550302) @@ -17,15 +17,15 @@ BUILD_DEPENDS= glib>=2.54:devel/glib20 \ libsoup>=2.26.1:devel/libsoup LIB_DEPENDS= libsoup-2.4.so:devel/libsoup -OPTIONS_DEFINE= SNIFFER VAPI -OPTIONS_SUB= yes -SNIFFER_DESC= Build graphical SSDP sniffer - USES= gnome meson pathfix pkgconfig tar:xz USE_GNOME= glib20 introspection:build MESON_ARGS= -Dexamples=false -Dgtk_doc=false -Dintrospection=true USE_LDCONFIG= yes + +OPTIONS_DEFINE= SNIFFER VAPI +OPTIONS_SUB= yes +SNIFFER_DESC= Build graphical SSDP sniffer SNIFFER_BUILD_DEPENDS= gtk3>=3.12:x11-toolkits/gtk30 SNIFFER_MESON_TRUE= sniffer
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009271930.08RJUjLq036446>