svn commit: r501697 - head/devel/geany
Guido Falsi
madpilot at FreeBSD.org
Wed May 15 09:26:19 UTC 2019
Author: madpilot
Date: Wed May 15 09:26:18 2019
New Revision: 501697
URL: https://svnweb.freebsd.org/changeset/ports/501697
Log:
Add explicit build depend on python, since it's actually used during
the install phase.
PR: 237862
Submitted by: Christopher <inbox at alleghenycomputer.com>
Modified:
head/devel/geany/Makefile
Modified: head/devel/geany/Makefile
==============================================================================
--- head/devel/geany/Makefile Wed May 15 09:21:32 2019 (r501696)
+++ head/devel/geany/Makefile Wed May 15 09:26:18 2019 (r501697)
@@ -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