diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2014-10-18 11:39:15 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2014-10-18 11:39:15 +0000 |
commit | 66ed4f044bb3e023c851d48aa83b8a815976c74d (patch) | |
tree | 005efde6d9d8f7c898acf933d7902563691f2e5f /www/py-cssmin/Makefile | |
parent | www/py-blogofile: convert to USES=python (diff) |
www/py-bottle: convert to USES=python
Approved by: portmgr (blanket)
Notes
Notes:
svn path=/head/; revision=371114
Diffstat (limited to '')
-rw-r--r-- | www/py-cssmin/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/py-cssmin/Makefile b/www/py-cssmin/Makefile index 9a5e711516d0..2dd6943f4e2e 100644 --- a/www/py-cssmin/Makefile +++ b/www/py-cssmin/Makefile @@ -10,8 +10,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= loader@freebsdmall.com COMMENT= Python port of the YUI CSS compression algorithm -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= autoplist distutils .include <bsd.port.mk> |