Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Jul 2014 08:59:37 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r362411 - head/devel/zziplib
Message-ID:  <201407210859.s6L8xbMu012544@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Mon Jul 21 08:59:37 2014
New Revision: 362411
URL: http://svnweb.freebsd.org/changeset/ports/362411
QAT: https://qat.redports.org/buildarchive/r362411/

Log:
  devel/zziplib: only builds with python2, so USE_PYTHON_BUILD=2

Modified:
  head/devel/zziplib/Makefile

Modified: head/devel/zziplib/Makefile
==============================================================================
--- head/devel/zziplib/Makefile	Mon Jul 21 08:55:46 2014	(r362410)
+++ head/devel/zziplib/Makefile	Mon Jul 21 08:59:37 2014	(r362411)
@@ -16,7 +16,7 @@ LICENSE_COMB=	dual
 BUILD_DEPENDS=	zip:${PORTSDIR}/archivers/zip
 
 USES=		tar:bzip2 pathfix pkgconfig gmake libtool
-USE_PYTHON_BUILD=	yes
+USE_PYTHON_BUILD=	2
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	ac_cv_path_XMLTO=":"
 USE_LDCONFIG=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407210859.s6L8xbMu012544>