diff options
author | koobs <koobs@FreeBSD.org> | 2014-07-08 21:34:58 +0800 |
---|---|---|
committer | koobs <koobs@FreeBSD.org> | 2014-07-08 21:34:58 +0800 |
commit | 47081a77b195781dbd9b6b052f42984212bc2d9e (patch) | |
tree | df35ef04bc938eff8db4ce602b73d587650a5a00 /security | |
parent | 81874096ea550e9996a57ae12b5d4f5a17608180 (diff) | |
download | freebsd-ports-gnome-47081a77b195781dbd9b6b052f42984212bc2d9e.tar.gz freebsd-ports-gnome-47081a77b195781dbd9b6b052f42984212bc2d9e.tar.zst freebsd-ports-gnome-47081a77b195781dbd9b6b052f42984212bc2d9e.zip |
security/py-keyczar: Deprecate PYDISTUTILS_PKGNAME
- Deprecate PYDISTUTILS_PKGNAME (not required with PYDISTUTILS_AUTOPLIST)
- Whitespace alignment
Approved by: portmgr (blanket)
Diffstat (limited to 'security')
-rw-r--r-- | security/py-keyczar/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/py-keyczar/Makefile b/security/py-keyczar/Makefile index 3bf7101fc7f9..aca3a26b35b8 100644 --- a/security/py-keyczar/Makefile +++ b/security/py-keyczar/Makefile @@ -15,9 +15,8 @@ LICENSE= APACHE20 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>=2.0:${PORTSDIR}/security/py-pycrypto -USE_PYTHON= yes +USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes -PYDISTUTILS_PKGNAME= python-${PORTNAME} .include <bsd.port.mk> |