diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 14:49:26 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 14:49:26 +0000 |
commit | 665bec206dcb6c4d1e6d2763147022da72013147 (patch) | |
tree | c9bc7d175d1787d3182be06d12c45d1a2fe32a2b /graphics/l2p | |
parent | - update to 0.26 (diff) |
Convert g* to USES=zip
Diffstat (limited to 'graphics/l2p')
-rw-r--r-- | graphics/l2p/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/l2p/Makefile b/graphics/l2p/Makefile index 57a2d31eb0af..6c9bb040311e 100644 --- a/graphics/l2p/Makefile +++ b/graphics/l2p/Makefile @@ -23,8 +23,7 @@ SHEBANG_FILES= ${WRKSRC}/${PORTNAME} USE_PERL5= run USE_TEX= latex dvipsk -USE_ZIP= yes -USES= perl5 shebangfix +USES= perl5 shebangfix zip WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |