diff options
Diffstat (limited to 'net/gupnp-av/Makefile')
-rw-r--r-- | net/gupnp-av/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/gupnp-av/Makefile b/net/gupnp-av/Makefile index 3c0b5da1f593..9ff8d41fb984 100644 --- a/net/gupnp-av/Makefile +++ b/net/gupnp-av/Makefile @@ -1,5 +1,5 @@ PORTNAME= gupnp-av -PORTVERSION= 0.14.3 +PORTVERSION= 0.14.4 CATEGORIES= net MASTER_SITES= GNOME @@ -20,6 +20,8 @@ MESON_ARGS= --default-library=both -Dgtk_doc=false -Dintrospection=true USE_CSTD= c11 USE_LDCONFIG= yes +PLIST_SUB= PATCH_VERSION=${PORTVERSION:E} + OPTIONS_DEFINE= VAPI OPTIONS_SUB= yes |