svn commit: r383977 - head/www/cppcms

Kevin Lo kevlo at FreeBSD.org
Tue Apr 14 04:31:33 UTC 2015


Author: kevlo
Date: Tue Apr 14 04:31:32 2015
New Revision: 383977
URL: https://svnweb.freebsd.org/changeset/ports/383977

Log:
  Use python 2 meta port.

Modified:
  head/www/cppcms/Makefile

Modified: head/www/cppcms/Makefile
==============================================================================
--- head/www/cppcms/Makefile	Tue Apr 14 04:06:11 2015	(r383976)
+++ head/www/cppcms/Makefile	Tue Apr 14 04:31:32 2015	(r383977)
@@ -13,7 +13,7 @@ LICENSE=	LGPL3
 
 LIB_DEPENDS=	libpcre.so:${PORTSDIR}/devel/pcre
 
-USES=		cmake python tar:bzip2
+USES=		cmake python:2 tar:bzip2
 USE_OPENSSL=	yes
 USE_LDCONFIG=	yes
 


More information about the svn-ports-all mailing list