diff options
author | olivierd <olivierd@FreeBSD.org> | 2014-08-30 04:57:09 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2014-08-30 04:57:09 +0800 |
commit | 5c512960be46f79290ba9cea385d293c8e28c1dc (patch) | |
tree | 502d87441ef532432f770693b15452e7ad7a42dc /security | |
parent | c5f8511ede8c171c65ba77ee8764ff48f232c741 (diff) | |
download | freebsd-ports-gnome-5c512960be46f79290ba9cea385d293c8e28c1dc.tar.gz freebsd-ports-gnome-5c512960be46f79290ba9cea385d293c8e28c1dc.tar.zst freebsd-ports-gnome-5c512960be46f79290ba9cea385d293c8e28c1dc.zip |
- Convert my own Python ports to USES= python
Diffstat (limited to 'security')
-rw-r--r-- | security/py-certify/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/py-certify/Makefile b/security/py-certify/Makefile index 7d44b9b3b731..e8dba524ee6a 100644 --- a/security/py-certify/Makefile +++ b/security/py-certify/Makefile @@ -12,8 +12,7 @@ COMMENT= Mozilla's SSL certificates LICENSE= ISCL -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist .include <bsd.port.mk> |