diff options
author | mva <mva@FreeBSD.org> | 2014-09-29 02:47:31 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2014-09-29 02:47:31 +0800 |
commit | d16626d8b80446d155a5bd1f609729babaea17fd (patch) | |
tree | 1b83718a349208624e508f304eb9107666a321bc | |
parent | 1fccb71077d878c238862effc00a6481e2274588 (diff) | |
download | freebsd-ports-gnome-d16626d8b80446d155a5bd1f609729babaea17fd.tar.gz freebsd-ports-gnome-d16626d8b80446d155a5bd1f609729babaea17fd.tar.zst freebsd-ports-gnome-d16626d8b80446d155a5bd1f609729babaea17fd.zip |
- Convert to USES=python
Approved by: portmgr (implicit)
-rw-r--r-- | textproc/xsv/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/textproc/xsv/Makefile b/textproc/xsv/Makefile index 2afd2c2bdfd5..c30ca6728218 100644 --- a/textproc/xsv/Makefile +++ b/textproc/xsv/Makefile @@ -14,10 +14,8 @@ LICENSE= GPLv2 BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ltxml>0:${PORTSDIR}/textproc/py-ltxml -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes -INSTALLS_EGGINFO= yes +USES= python +USE_PYTHON= distutils autoplist USE_LDCONFIG= yes PORTDOCS= pc-shrinkwrap xsv-status.xml xsv-status.html |