aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorwg <wg@FreeBSD.org>2013-12-15 20:25:13 +0800
committerwg <wg@FreeBSD.org>2013-12-15 20:25:13 +0800
commit188ff63816582de137b75623abef5c266dd3f7f6 (patch)
treebc3015f8f2cb949137e1f85ea986696f34b52eb9 /security
parentf2de417e5b71bea9b0152025d3ff5e1ea66aba9d (diff)
downloadfreebsd-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/Makefile6
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>