svn commit: r436636 - head/net/gssdp

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Mar 21 20:39:16 UTC 2017


Author: sunpoet
Date: Tue Mar 21 20:39:15 2017
New Revision: 436636
URL: https://svnweb.freebsd.org/changeset/ports/436636

Log:
  Add BUILD_DEPENDS

Modified:
  head/net/gssdp/Makefile

Modified: head/net/gssdp/Makefile
==============================================================================
--- head/net/gssdp/Makefile	Tue Mar 21 20:33:34 2017	(r436635)
+++ head/net/gssdp/Makefile	Tue Mar 21 20:39:15 2017	(r436636)
@@ -12,7 +12,8 @@ COMMENT=	Framework for UPnP devices
 LICENSE=	LGPL20
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BUILD_DEPENDS=	gobject-introspection>=0.6.7:devel/gobject-introspection
+BUILD_DEPENDS=	gobject-introspection>=0.6.7:devel/gobject-introspection \
+		libsoup>=2.26.1:devel/libsoup
 LIB_DEPENDS=	libsoup-2.4.so:devel/libsoup
 
 OPTIONS_DEFINE=	GTK3 VALA


More information about the svn-ports-head mailing list