svn commit: r501700 - branches/2019Q2/devel/geany
Guido Falsi
madpilot at FreeBSD.org
Wed May 15 09:42:05 UTC 2019
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 at 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
More information about the svn-ports-all
mailing list