svn commit: r455844 - head/multimedia/pymp

Antoine Brodin antoine at FreeBSD.org
Sat Dec 9 11:43:59 UTC 2017


Author: antoine
Date: Sat Dec  9 11:43:57 2017
New Revision: 455844
URL: https://svnweb.freebsd.org/changeset/ports/455844

Log:
  pymp is not compatible with python3

Modified:
  head/multimedia/pymp/Makefile

Modified: head/multimedia/pymp/Makefile
==============================================================================
--- head/multimedia/pymp/Makefile	Sat Dec  9 11:39:45 2017	(r455843)
+++ head/multimedia/pymp/Makefile	Sat Dec  9 11:43:57 2017	(r455844)
@@ -19,7 +19,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	jdolan
 GH_TAGNAME=	bea99d9
 
-USES=		shebangfix python
+USES=		shebangfix python:2.7
 SHEBANG_FILES=	*.py
 USE_GNOME=	pygtk2
 NO_ARCH=	yes


More information about the svn-ports-head mailing list