aboutsummaryrefslogtreecommitdiff
path: root/print/dot2tex
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-03-10 16:45:37 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-03-10 16:45:37 +0000
commit1be832a008283f50efa9ffac945b2fa609e46fd6 (patch)
tree3504a0effa84d51ccaecf06127a496b66c8582ee /print/dot2tex
parent44105bbef82d297a098e178b03eb4290daa5d98b (diff)
downloadports-1be832a008283f50efa9ffac945b2fa609e46fd6.tar.gz
ports-1be832a008283f50efa9ffac945b2fa609e46fd6.zip
Convert p* to USES=zip
Notes
Notes: svn path=/head/; revision=347779
Diffstat (limited to 'print/dot2tex')
-rw-r--r--print/dot2tex/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/print/dot2tex/Makefile b/print/dot2tex/Makefile
index 2fd896bbf35f..b86f1b48f860 100644
--- a/print/dot2tex/Makefile
+++ b/print/dot2tex/Makefile
@@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pyparsing.py:${PORTSDIR}/devel/py-parsing \
USE_PYDISTUTILS=yes
USE_PYTHON= yes
# The .tar.gz sucks!
-USE_ZIP= yes
+USES= zip
NO_STAGE= yes
.include <bsd.port.mk>