svn commit: r382999 - head/devel/mercurial

Mark Felder feld at FreeBSD.org
Thu Apr 2 12:56:12 UTC 2015


Author: feld
Date: Thu Apr  2 12:56:11 2015
New Revision: 382999
URL: https://svnweb.freebsd.org/changeset/ports/382999

Log:
  Add CPE support

Modified:
  head/devel/mercurial/Makefile

Modified: head/devel/mercurial/Makefile
==============================================================================
--- head/devel/mercurial/Makefile	Thu Apr  2 12:25:06 2015	(r382998)
+++ head/devel/mercurial/Makefile	Thu Apr  2 12:56:11 2015	(r382999)
@@ -12,7 +12,7 @@ COMMENT=	Fast, lightweight source contro
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=	python:2
+USES=	cpe python:2
 USE_PYTHON=	distutils
 
 OPTIONS_DEFINE=	CA_BUNDLE DATA DOCS NLS FREEBSD


More information about the svn-ports-all mailing list