svn commit: r336519 - head/security/py-pyme

William Grzybowski wg at FreeBSD.org
Sun Dec 15 12:25:14 UTC 2013


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>
 


More information about the svn-ports-head mailing list