diff options
author | dholland <dholland> | 2013-03-16 22:51:54 +0000 |
---|---|---|
committer | dholland <dholland> | 2013-03-16 22:51:54 +0000 |
commit | dae116b41393b0670dae4f392ed3db44c4f5b84e (patch) | |
tree | 3c2b835a4b40159d29f66c1de59dae763a53d320 /graphics/asymptote | |
parent | bfdac0a09fbbc4f730d50afabbaaf9fd78179ded (diff) | |
download | pkgsrc-dae116b41393b0670dae4f392ed3db44c4f5b84e.tar.gz |
Update ghostscript depends. PKGREVISION -> 2.
XXX: this switches from BUILD_DEPENDS to USE_TOOLS and I haven't tested it
XXX: yet.
Diffstat (limited to 'graphics/asymptote')
-rw-r--r-- | graphics/asymptote/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/asymptote/Makefile b/graphics/asymptote/Makefile index 8e199cf2a15..f97c2c7a2de 100644 --- a/graphics/asymptote/Makefile +++ b/graphics/asymptote/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2012/10/06 14:10:41 asau Exp $ +# $NetBSD: Makefile,v 1.10 2013/03/16 22:51:54 dholland Exp $ # DISTNAME= asymptote-2.15 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=asymptote/} EXTRACT_SUFX= .tgz @@ -16,7 +16,8 @@ LICENSE= gnu-gpl-v3 AND gnu-lgpl-v3 BUILD_DEPENDS+= dvipsk-[0-9]*:../../print/dvipsk BUILD_DEPENDS+= tex-pdftex-[0-9]*:../../print/tex-pdftex BUILD_DEPENDS+= tex-parskip-[0-9]*:../../print/tex-parskip -BUILD_DEPENDS+= ghostscript-[0-9]*:../../print/ghostscript +#BUILD_DEPENDS+=ghostscript-[0-9]*:../../print/ghostscript +USE_TOOLS+= gs UNLIMIT_RESOURCES= datasize |