Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Mar 2019 16:05:46 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r496765 - head/graphics/goocanvas2
Message-ID:  <201903241605.x2OG5kPd026501@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Mar 24 16:05:46 2019
New Revision: 496765
URL: https://svnweb.freebsd.org/changeset/ports/496765

Log:
  Add explicit build dependency on python
  
  PR:		234633

Modified:
  head/graphics/goocanvas2/Makefile

Modified: head/graphics/goocanvas2/Makefile
==============================================================================
--- head/graphics/goocanvas2/Makefile	Sun Mar 24 15:47:45 2019	(r496764)
+++ head/graphics/goocanvas2/Makefile	Sun Mar 24 16:05:46 2019	(r496765)
@@ -13,7 +13,7 @@ COMMENT=	Canvas widget for GTK+ 3
 
 LICENSE=	LGPL20
 
-USES=		gmake gnome libtool localbase pathfix pkgconfig tar:xz
+USES=		gmake gnome libtool localbase pathfix pkgconfig python:build tar:xz
 USE_GNOME=	cairo gdkpixbuf2 gtk30 introspection:build
 USE_LDCONFIG=	yes
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903241605.x2OG5kPd026501>