diff options
Diffstat (limited to 'net/gupnp-av/Makefile')
-rw-r--r-- | net/gupnp-av/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/gupnp-av/Makefile b/net/gupnp-av/Makefile index c92dea7ea06a..9ff8d41fb984 100644 --- a/net/gupnp-av/Makefile +++ b/net/gupnp-av/Makefile @@ -1,6 +1,5 @@ PORTNAME= gupnp-av -PORTVERSION= 0.14.3 -PORTREVISION= 1 +PORTVERSION= 0.14.4 CATEGORIES= net MASTER_SITES= GNOME @@ -21,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 |