diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-09-29 02:47:31 +0800 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-09-29 02:47:31 +0800 |
commit | da133473c30a7f82f952bd93b8b3d5ea4c5fbee3 (patch) | |
tree | 1b83718a349208624e508f304eb9107666a321bc /textproc | |
parent | ed71829f2e74a558a3df90c09b7268e2e86bb6e2 (diff) | |
download | freebsd-ports-gnome-da133473c30a7f82f952bd93b8b3d5ea4c5fbee3.tar.gz freebsd-ports-gnome-da133473c30a7f82f952bd93b8b3d5ea4c5fbee3.tar.zst freebsd-ports-gnome-da133473c30a7f82f952bd93b8b3d5ea4c5fbee3.zip |
- Convert to USES=python
Approved by: portmgr (implicit)
Diffstat (limited to 'textproc')
-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 |