Date: Fri, 23 Nov 2018 20:29:25 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r485705 - head/devel/d-feet Message-ID: <201811232029.wANKTPOp049507@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@unrelenting.technology> Approved by: maintaimer timeout (thinker@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811232029.wANKTPOp049507>