svn commit: r485705 - head/devel/d-feet

Steve Wills swills at FreeBSD.org
Fri Nov 23 20:29:26 UTC 2018


Author: swills
Date: Fri Nov 23 20:29:25 2018
New Revision: 485705
URL: https://svnweb.freebsd.org/changeset/ports/485705

Log:
  devel/d-feet: Add missing pygobject3 dependency
  
  PR:		232831
  Submitted by:	Greg V <greg at unrelenting.technology>
  Approved by:	maintaimer timeout (thinker at codemud.net, >2 weeks)

Modified:
  head/devel/d-feet/Makefile   (contents, props changed)

Modified: head/devel/d-feet/Makefile
==============================================================================
--- head/devel/d-feet/Makefile	Fri Nov 23 20:19:58 2018	(r485704)
+++ head/devel/d-feet/Makefile	Fri Nov 23 20:29:25 2018	(r485705)
@@ -3,6 +3,7 @@
 
 PORTNAME=	d-feet
 PORTVERSION=	0.3.11
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	GNOME
 
@@ -16,7 +17,7 @@ BUILD_DEPENDS=	itstool:textproc/itstool
 
 NO_ARCH=	yes
 USES=		gettext gmake gnome perl5 pkgconfig python tar:xz
-USE_GNOME=	gtk30 intlhack introspection:build libxml2:build libwnck3
+USE_GNOME=	gtk30 pygobject3 intlhack introspection:build libxml2:build libwnck3
 USE_PYTHON=	py3kplist
 GNU_CONFIGURE=	yes
 USE_PERL5=	build


More information about the svn-ports-all mailing list