diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 16:45:37 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 16:45:37 +0000 |
commit | 1be832a008283f50efa9ffac945b2fa609e46fd6 (patch) | |
tree | 3504a0effa84d51ccaecf06127a496b66c8582ee /print/dot2tex | |
parent | 44105bbef82d297a098e178b03eb4290daa5d98b (diff) | |
download | ports-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/Makefile | 2 |
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> |