aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authormva <mva@FreeBSD.org>2014-06-15 17:05:16 +0800
committermva <mva@FreeBSD.org>2014-06-15 17:05:16 +0800
commit1a4856e01373dca193d95b95f2b3bb1a2ee4c928 (patch)
tree608586fcc74fceb76936ae3576834fdee6ec10d8 /security
parentb71cfbdb8123936b83cff116ff53b60f73d7084f (diff)
downloadfreebsd-ports-gnome-1a4856e01373dca193d95b95f2b3bb1a2ee4c928.tar.gz
freebsd-ports-gnome-1a4856e01373dca193d95b95f2b3bb1a2ee4c928.tar.zst
freebsd-ports-gnome-1a4856e01373dca193d95b95f2b3bb1a2ee4c928.zip
- Remove easy_install dependency
- Bump PORTREVISION to enforce a cleanup for the easy_install references With hat: python@ Approved by: portmgr (implicit)
Diffstat (limited to 'security')
-rw-r--r--security/py-keyring/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/py-keyring/Makefile b/security/py-keyring/Makefile
index 544a0dfcbfdf..46b3afbf4778 100644
--- a/security/py-keyring/Makefile
+++ b/security/py-keyring/Makefile
@@ -3,6 +3,7 @@
PORTNAME= keyring
PORTVERSION= 3.2.1
+PORTREVISION= 1
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -17,8 +18,8 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:${PORTSDIR}/devel/py-pytes
LATEST_LINK= py-${PORTNAME}
USES= zip
-USE_PYTHON= yes
-USE_PYDISTUTILS= easy_install
+USE_PYTHON= yes
+USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
OPTIONS_DEFINE= CRYPT_FILE GNOME_KEYRING KDE_KWALLET KEYCZAR PYFS \