svn commit: r550303 - head/net/gupnp

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Sep 27 19:30:54 UTC 2020


Author: sunpoet
Date: Sun Sep 27 19:30:52 2020
New Revision: 550303
URL: https://svnweb.freebsd.org/changeset/ports/550303

Log:
  Cosmetic change

Modified:
  head/net/gupnp/Makefile

Modified: head/net/gupnp/Makefile
==============================================================================
--- head/net/gupnp/Makefile	Sun Sep 27 19:30:45 2020	(r550302)
+++ head/net/gupnp/Makefile	Sun Sep 27 19:30:52 2020	(r550303)
@@ -20,9 +20,6 @@ LIB_DEPENDS=	libgssdp-1.2.so:net/gssdp \
 		libsoup-2.4.so:devel/libsoup \
 		libuuid.so:misc/e2fsprogs-libuuid
 
-OPTIONS_DEFINE=	VAPI
-OPTIONS_SUB=	yes
-
 USES=		compiler:c11 gnome meson pathfix pkgconfig python:run shebangfix tar:xz
 USE_GNOME=	glib20 introspection:build libxml2
 
@@ -31,6 +28,9 @@ USE_CSTD=	c11
 USE_LDCONFIG=	yes
 
 SHEBANG_FILES=	tools/gupnp-binding-tool-1.2
+
+OPTIONS_DEFINE=	VAPI
+OPTIONS_SUB=	yes
 
 VAPI_BUILD_DEPENDS=	vala>=0.20:lang/vala
 VAPI_MESON_TRUE=	vapi


More information about the svn-ports-head mailing list