Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 May 2019 09:42:04 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r501700 - branches/2019Q2/devel/geany
Message-ID:  <201905150942.x4F9g4iu093303@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Wed May 15 09:42:04 2019
New Revision: 501700
URL: https://svnweb.freebsd.org/changeset/ports/501700

Log:
  MFH: r501697
  
  Add explicit build depend on python, since it's actually used during
  the install phase.
  
  PR:		237862
  Submitted by:	Christopher <inbox@alleghenycomputer.com>
  
  Approved by:	ports-secteam (miwi)

Modified:
  branches/2019Q2/devel/geany/Makefile
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/devel/geany/Makefile
==============================================================================
--- branches/2019Q2/devel/geany/Makefile	Wed May 15 09:31:34 2019	(r501699)
+++ branches/2019Q2/devel/geany/Makefile	Wed May 15 09:42:04 2019	(r501700)
@@ -23,7 +23,8 @@ gtk2_PKGNAMESUFFIX=	-gtk2
 gtk3_CONFLICTS_INSTALL=	geany-gtk2
 
 USES=		compiler:c++11-lang desktop-file-utils gettext-tools gmake \
-		gnome libtool localbase pathfix pkgconfig shebangfix tar:bzip2
+		gnome libtool localbase pathfix pkgconfig python:build \
+		shebangfix tar:bzip2
 USE_GNOME=	cairo intltool
 USE_LDCONFIG=	yes
 



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