aboutsummaryrefslogtreecommitdiff
path: root/devel/geany
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2019-05-15 09:26:18 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2019-05-15 09:26:18 +0000
commitd6867c80df931bef433ce23a57aee213229214bd (patch)
tree21230733b89bc32f6cffa6ed5fca7bcf76e0cbb2 /devel/geany
parentaa21313d09faea1a6be33a217d848e1e0c14f3ce (diff)
downloadports-d6867c80df931bef433ce23a57aee213229214bd.tar.gz
ports-d6867c80df931bef433ce23a57aee213229214bd.zip
Add explicit build depend on python, since it's actually used during
the install phase. PR: 237862 Submitted by: Christopher <inbox@alleghenycomputer.com>
Notes
Notes: svn path=/head/; revision=501697
Diffstat (limited to 'devel/geany')
-rw-r--r--devel/geany/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/geany/Makefile b/devel/geany/Makefile
index adb30332aad1..6c5b95d2a6ba 100644
--- a/devel/geany/Makefile
+++ b/devel/geany/Makefile
@@ -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