svn commit: r498346 - head/deskutils/cherrytree

Antoine Brodin antoine at FreeBSD.org
Mon Apr 8 06:44:26 UTC 2019


Author: antoine
Date: Mon Apr  8 06:44:24 2019
New Revision: 498346
URL: https://svnweb.freebsd.org/changeset/ports/498346

Log:
  Unbreak
  
  Pointy hat:	yuri

Modified:
  head/deskutils/cherrytree/Makefile

Modified: head/deskutils/cherrytree/Makefile
==============================================================================
--- head/deskutils/cherrytree/Makefile	Mon Apr  8 06:39:24 2019	(r498345)
+++ head/deskutils/cherrytree/Makefile	Mon Apr  8 06:44:24 2019	(r498346)
@@ -12,7 +12,7 @@ LICENSE=	GPLv3
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}gtksourceview>0:x11-toolkits/py-gtksourceview
 
-USES=		desktop-file-utils gettext-tools python shared-mime-info shebangfix tar:xz
+USES=		desktop-file-utils gettext-tools python:2.7 shared-mime-info shebangfix tar:xz
 SHEBANG_FILES=	glade/svg_to_png.py
 USE_PYTHON=	distutils noflavors autoplist
 


More information about the svn-ports-head mailing list