svn commit: r336520 - head/security/cfv

William Grzybowski wg at FreeBSD.org
Sun Dec 15 12:28:11 UTC 2013


Author: wg
Date: Sun Dec 15 12:28:10 2013
New Revision: 336520
URL: http://svnweb.freebsd.org/changeset/ports/336520

Log:
  security/cfv: fix usage of python and limit to 2.x
  
  Reported by:	exp-run (PR 184591)
  Approved by:	portmgr (blanket)

Modified:
  head/security/cfv/Makefile

Modified: head/security/cfv/Makefile
==============================================================================
--- head/security/cfv/Makefile	Sun Dec 15 12:25:13 2013	(r336519)
+++ head/security/cfv/Makefile	Sun Dec 15 12:28:10 2013	(r336520)
@@ -9,9 +9,10 @@ MASTER_SITES=	SF
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Utility to both test and create .sfv, .csv, and md5sum files
 
-USE_PYTHON=	yes
+USE_PYTHON=	2
 ALL_TARGET=	cfv.wrapper
 INSTALL_TARGET=	install-wrapper
+MAKE_ARGS=	PYTHON=${PYTHON_CMD}
 
 MAN1=	cfv.1
 


More information about the svn-ports-head mailing list