diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-08-15 11:01:05 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-08-15 11:01:05 +0800 |
commit | df026bff1e4f374a332714a6eef78393f07f373c (patch) | |
tree | b6e2bc5cfbbd4dab4d079ab113cdec77948119bc /ftp | |
parent | cc1901711f2ccda1d88d34bee82779d432945dad (diff) | |
download | freebsd-ports-gnome-df026bff1e4f374a332714a6eef78393f07f373c.tar.gz freebsd-ports-gnome-df026bff1e4f374a332714a6eef78393f07f373c.tar.zst freebsd-ports-gnome-df026bff1e4f374a332714a6eef78393f07f373c.zip |
- Use USES=python
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/py-curl/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ftp/py-curl/Makefile b/ftp/py-curl/Makefile index 9d0cfcaa9597..62fdaf70c91e 100644 --- a/ftp/py-curl/Makefile +++ b/ftp/py-curl/Makefile @@ -18,9 +18,8 @@ LICENSE_COMB= dual LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl -PYDISTUTILS_AUTOPLIST= yes -USE_PYDISTUTILS=yes -USE_PYTHON= yes +PYTHON_FEATURES=autoplist,distutils +USES= python DATADIR= ${PREFIX}/share/py-curl DOCSDIR= ${PREFIX}/share/doc/py-curl |