svn commit: r550304 - head/net/gupnp-av

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


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


More information about the svn-ports-all mailing list