diff options
author | wg <wg@FreeBSD.org> | 2013-12-15 20:25:13 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2013-12-15 20:25:13 +0800 |
commit | 188ff63816582de137b75623abef5c266dd3f7f6 (patch) | |
tree | bc3015f8f2cb949137e1f85ea986696f34b52eb9 /security | |
parent | f2de417e5b71bea9b0152025d3ff5e1ea66aba9d (diff) | |
download | freebsd-ports-gnome-188ff63816582de137b75623abef5c266dd3f7f6.tar.gz freebsd-ports-gnome-188ff63816582de137b75623abef5c266dd3f7f6.tar.zst freebsd-ports-gnome-188ff63816582de137b75623abef5c266dd3f7f6.zip |
security/py-pyme: fix usage of python
- Fix usage of python
- USES gmake
Reported by: exp-run (PR 184591)
Approved by: portmgr (blanket)
Diffstat (limited to 'security')
-rw-r--r-- | security/py-pyme/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/security/py-pyme/Makefile b/security/py-pyme/Makefile index ac907f96e4ac..bd5a379de702 100644 --- a/security/py-pyme/Makefile +++ b/security/py-pyme/Makefile @@ -14,11 +14,13 @@ COMMENT= Python interface to GPGME library 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> |