Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Jan 2019 17:15:19 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r489587 - head/editors/medit
Message-ID:  <201901071715.x07HFJaP040264@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Mon Jan  7 17:15:19 2019
New Revision: 489587
URL: https://svnweb.freebsd.org/changeset/ports/489587

Log:
  Add explicit build dependency on python2.7
  
  PR:		234633

Modified:
  head/editors/medit/Makefile

Modified: head/editors/medit/Makefile
==============================================================================
--- head/editors/medit/Makefile	Mon Jan  7 17:02:15 2019	(r489586)
+++ head/editors/medit/Makefile	Mon Jan  7 17:15:19 2019	(r489587)
@@ -14,7 +14,7 @@ COMMENT=	Programming and around-programming text edito
 
 LICENSE=	LGPL21
 
-USES=		compiler:c++11-lang gmake localbase pkgconfig tar:bzip2
+USES=		compiler:c++11-lang gmake localbase pkgconfig python:2.7,build tar:bzip2
 GNU_CONFIGURE=	yes
 USE_GNOME=	gtk20
 INSTALLS_ICONS=	yes



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