diff options
author | wiz <wiz@pkgsrc.org> | 2016-10-01 08:02:06 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-10-01 08:02:06 +0000 |
commit | 82861a590ee26f36c9d7775b98f1727662334a9f (patch) | |
tree | 6fec6404ade0e738ce190c1c6af5d2b88dde60fb /graphics | |
parent | c794dfd4a1f33c8cc9c326e278b5eb6b9a2edc0c (diff) | |
download | pkgsrc-82861a590ee26f36c9d7775b98f1727662334a9f.tar.gz |
Let's assume ghostscript is only used during build until we know otherwise.
-j build failed for me once, so mark as not MAKE_JOBS safe.
Update freeglut comment.
Bump PKGREVISION for dependency change.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/asymptote/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/graphics/asymptote/Makefile b/graphics/asymptote/Makefile index acc3cfbb2e9..55b96b5986c 100644 --- a/graphics/asymptote/Makefile +++ b/graphics/asymptote/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.23 2016/09/30 11:54:00 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2016/10/01 08:02:06 wiz Exp $ DISTNAME= asymptote-2.38 +PKGREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=asymptote/} EXTRACT_SUFX= .tgz @@ -20,10 +21,11 @@ BUILD_DEPENDS+= tex-pdftex-[0-9]*:../../print/tex-pdftex BUILD_DEPENDS+= tex-parskip-[0-9]*:../../print/tex-parskip BUILD_DEPENDS+= tex-texinfo-[0-9]*:../../print/tex-texinfo BUILD_DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools +BUILD_DEPENDS+= ghostscript-agpl>=9.16:../../print/ghostscript-agpl DEPENDS+= tex-geometry-[0-9]*:../../print/tex-geometry -DEPENDS+= ghostscript-agpl>=9.16:../../print/ghostscript-agpl UNLIMIT_RESOURCES= datasize +MAKE_JOBS_SAFE= no # random failure during build as of 2.38 GNU_CONFIGURE= yes INFO_FILES= yes @@ -57,7 +59,8 @@ post-install: # next two could be split off into options .include "../../math/fftw/buildlink3.mk" .include "../../math/gsl/buildlink3.mk" -# freeglut too old, not recognized +# wants library called 'glut', but pkgsrc only provides 'freeglut' +#BUILDLINK_API_DEPENDS.freeglut+= freeglut>=3.0 #.include "../../graphics/freeglut/buildlink3.mk" # recognized, but makes asy dump core during creation of documentation #.include "../../graphics/glut/buildlink3.mk" |