Date: Sun, 15 Dec 2013 12:25:14 +0000 (UTC) From: William Grzybowski <wg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336519 - head/security/py-pyme Message-ID: <201312151225.rBFCPE8v095605@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wg Date: Sun Dec 15 12:25:13 2013 New Revision: 336519 URL: http://svnweb.freebsd.org/changeset/ports/336519 Log: security/py-pyme: fix usage of python - Fix usage of python - USES gmake Reported by: exp-run (PR 184591) Approved by: portmgr (blanket) Modified: head/security/py-pyme/Makefile Modified: head/security/py-pyme/Makefile ============================================================================== --- head/security/py-pyme/Makefile Sun Dec 15 12:22:29 2013 (r336518) +++ head/security/py-pyme/Makefile Sun Dec 15 12:25:13 2013 (r336519) @@ -14,11 +14,13 @@ COMMENT= Python interface to GPGME libra BUILD_DEPENDS= swig1.3:${PORTSDIR}/devel/swig13 LIB_DEPENDS= libgpgme.so:${PORTSDIR}/security/gpgme -USE_GMAKE= yes -USE_PYTHON= 2.5+ +USES= gmake +USE_PYTHON= 2 USE_PYDISTUTILS=yes PYDISTUTILS_PKGNAME=pygpgme +MAKE_ARGS= PYTHON=${PYTHON_CMD} + NO_STAGE= yes .include <bsd.port.pre.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312151225.rBFCPE8v095605>