svn commit: r558929 - head/net/uhttpmock

Tobias C. Berner tcberner at FreeBSD.org
Tue Dec 22 17:32:31 UTC 2020


Author: tcberner
Date: Tue Dec 22 17:32:31 2020
New Revision: 558929
URL: https://svnweb.freebsd.org/changeset/ports/558929

Log:
  net/uhttpmock: remove bogus dependencies
  
  PR:		251617
  Submitted by:	Greg V <greg at unrelenting.technology>

Modified:
  head/net/uhttpmock/Makefile

Modified: head/net/uhttpmock/Makefile
==============================================================================
--- head/net/uhttpmock/Makefile	Tue Dec 22 17:29:18 2020	(r558928)
+++ head/net/uhttpmock/Makefile	Tue Dec 22 17:32:31 2020	(r558929)
@@ -3,6 +3,7 @@
 
 PORTNAME=	uhttpmock
 PORTVERSION=	0.5.3
+PORTREVISION=	1
 CATEGORIES=	net gnome
 MASTER_SITES=	http://tecnocode.co.uk/downloads/uhttpmock/
 DIST_SUBDIR=	gnome3
@@ -13,12 +14,11 @@ COMMENT=	HTTP web service mocking library for GNOME
 LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BUILD_DEPENDS=	gnome-autogen.sh:devel/gnome-common \
-		vapigen:lang/vala
+BUILD_DEPENDS=	vapigen:lang/vala
 LIB_DEPENDS=	libsoup-2.4.so:devel/libsoup
 
 USES=		gettext gmake gnome libtool pathfix pkgconfig tar:xz
-USE_GNOME=	gnomeprefix gtk20 introspection:build
+USE_GNOME=	gnomeprefix glib20 introspection:build
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=	--disable-Werror


More information about the svn-ports-head mailing list