Date: Wed, 15 May 2019 09:26:18 +0000 (UTC) From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501697 - head/devel/geany Message-ID: <201905150926.x4F9QIm0083138@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905150926.x4F9QIm0083138>