diff options
author | nivit <nivit@FreeBSD.org> | 2008-07-03 20:45:19 +0800 |
---|---|---|
committer | nivit <nivit@FreeBSD.org> | 2008-07-03 20:45:19 +0800 |
commit | 21fba12399f474e0d871d54746fa810cb8d669e4 (patch) | |
tree | 9fdbcdf296d9bd3c765161b0b65ed38cbdfec786 /graphics/l2p/Makefile | |
parent | 28329dcbb2f3e2fec46129f442e919bbad961a54 (diff) | |
download | freebsd-ports-gnome-21fba12399f474e0d871d54746fa810cb8d669e4.tar.gz freebsd-ports-gnome-21fba12399f474e0d871d54746fa810cb8d669e4.tar.zst freebsd-ports-gnome-21fba12399f474e0d871d54746fa810cb8d669e4.zip |
- Unbreak port (distfile fetchable using the file .zip instead of .tgz)
Diffstat (limited to 'graphics/l2p/Makefile')
-rw-r--r-- | graphics/l2p/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/l2p/Makefile b/graphics/l2p/Makefile index 14e16b88f8ae..c83f2def0663 100644 --- a/graphics/l2p/Makefile +++ b/graphics/l2p/Makefile @@ -11,7 +11,6 @@ PORTVERSION= 1.1.1 CATEGORIES= graphics print perl5 MASTER_SITES= http://www.redsymbol.net/software/l2p/dist/ \ http://nivi.interfree.it/distfiles/${PORTNAME}/ -EXTRACT_SUFX= .tgz MAINTAINER= nivit@FreeBSD.org COMMENT= Create PNG images from LaTeX math expressions @@ -20,9 +19,8 @@ RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick \ dvips:${PORTSDIR}/print/dvipsk-tetex \ latex:${PORTSDIR}/print/teTeX -BROKEN= Unfetchable - USE_PERL5_RUN= yes +USE_ZIP= yes NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |