Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Sep 2020 19:30:53 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r550303 - head/net/gupnp
Message-ID:  <202009271930.08RJUrt6036554@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009271930.08RJUrt6036554>