diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2008-07-03 12:45:19 +0000 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2008-07-03 12:45:19 +0000 |
commit | 35335f529b7cb02f149aad56b4bddcba3e389ad1 (patch) | |
tree | ec41cf42e684805f539085af9abe28be877a6046 /graphics/l2p/Makefile | |
parent | 0bcd60c30cdeaf7243bfccca8d250f54a317af58 (diff) |
Notes
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} |