diff options
Diffstat (limited to 'net/gssdp/Makefile')
-rw-r--r-- | net/gssdp/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/gssdp/Makefile b/net/gssdp/Makefile index 9af911b39f06..9583e25baa78 100644 --- a/net/gssdp/Makefile +++ b/net/gssdp/Makefile @@ -1,5 +1,5 @@ PORTNAME= gssdp -PORTVERSION= 1.6.3 +PORTVERSION= 1.6.4 CATEGORIES= net MASTER_SITES= GNOME @@ -19,8 +19,11 @@ USES= gnome meson pkgconfig tar:xz USE_GNOME= glib20 introspection:build MESON_ARGS= --default-library=both -Dexamples=false -Dgtk_doc=false -Dintrospection=true -Dmanpages=false +USE_CSTD= c11 USE_LDCONFIG= yes +PLIST_SUB= PATCH_VERSION=${PORTVERSION:E} + CONFLICTS_INSTALL= gssdp14 OPTIONS_DEFINE= SNIFFER VAPI |