aboutsummaryrefslogtreecommitdiff
path: root/net/gssdp
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-09-27 19:30:45 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-09-27 19:30:45 +0000
commit43fe0c58c1487a93d565d8af4e48760d5bff23b5 (patch)
treec4cd3ca0c3c26403336e57fbbdd3977cd1187978 /net/gssdp
parent29713c6794622d8c16df40676a7821fc3bc440fc (diff)
downloadports-43fe0c58c1487a93d565d8af4e48760d5bff23b5.tar.gz
ports-43fe0c58c1487a93d565d8af4e48760d5bff23b5.zip
Cosmetic change
Notes
Notes: svn path=/head/; revision=550302
Diffstat (limited to 'net/gssdp')
-rw-r--r--net/gssdp/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/gssdp/Makefile b/net/gssdp/Makefile
index a5f1ebc000b9..4e35705e607b 100644
--- a/net/gssdp/Makefile
+++ b/net/gssdp/Makefile
@@ -17,16 +17,16 @@ 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
SNIFFER_USE= GNOME=gtk30