svn commit: r370019 - head/audio/cplay

Jason E. Hale jhale at FreeBSD.org
Sat Oct 4 23:51:22 UTC 2014


Author: jhale
Date: Sat Oct  4 23:51:21 2014
New Revision: 370019
URL: https://svnweb.freebsd.org/changeset/ports/370019
QAT: https://qat.redports.org/buildarchive/r370019/

Log:
  - Convert to USES=python, limit to 2.x

Modified:
  head/audio/cplay/Makefile

Modified: head/audio/cplay/Makefile
==============================================================================
--- head/audio/cplay/Makefile	Sat Oct  4 23:35:49 2014	(r370018)
+++ head/audio/cplay/Makefile	Sat Oct  4 23:51:21 2014	(r370019)
@@ -12,8 +12,7 @@ COMMENT=	Curses-based front-end for vari
 
 LICENSE=	GPLv2
 
-USES=		gettext gmake
-USE_PYTHON=	yes
+USES=		gettext gmake python:2
 
 MAKE_ARGS=	PREFIX="${STAGEDIR}${PREFIX}"
 


More information about the svn-ports-head mailing list