svn commit: r489587 - head/editors/medit

Antoine Brodin antoine at FreeBSD.org
Mon Jan 7 17:15:20 UTC 2019


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


More information about the svn-ports-head mailing list