Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Sep 2020 19:30:58 +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: r550304 - head/net/gupnp-av
Message-ID:  <202009271930.08RJUw9L036659@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Sep 27 19:30:57 2020
New Revision: 550304
URL: https://svnweb.freebsd.org/changeset/ports/550304

Log:
  Cosmetic change

Modified:
  head/net/gupnp-av/Makefile

Modified: head/net/gupnp-av/Makefile
==============================================================================
--- head/net/gupnp-av/Makefile	Sun Sep 27 19:30:52 2020	(r550303)
+++ head/net/gupnp-av/Makefile	Sun Sep 27 19:30:57 2020	(r550304)
@@ -14,9 +14,6 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	gobject-introspection>=0.9.5:devel/gobject-introspection
 
-OPTIONS_DEFINE=	VAPI
-OPTIONS_SUB=	yes
-
 USES=		gmake gnome libtool pathfix pkgconfig tar:xz
 USE_GNOME=	glib20 introspection:build libxml2
 
@@ -24,6 +21,9 @@ CONFIGURE_ARGS=	--enable-introspection=yes
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
+
+OPTIONS_DEFINE=	VAPI
+OPTIONS_SUB=	yes
 
 VAPI_BUILD_DEPENDS=	vala>=0.22:lang/vala
 VAPI_CONFIGURE_ENV=	ac_cv_path_VAPIGEN=${LOCALBASE}/bin/vapigen



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