svn commit: r496765 - head/graphics/goocanvas2

Antoine Brodin antoine at FreeBSD.org
Sun Mar 24 16:05:47 UTC 2019


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
 


More information about the svn-ports-all mailing list