summaryrefslogtreecommitdiff
path: root/graphics/asymptote
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2016-10-01 08:02:06 +0000
committerwiz <wiz@pkgsrc.org>2016-10-01 08:02:06 +0000
commit7c4c1124cee0348fe1c6bccd67babbbad9f2c539 (patch)
tree9093206c9eb922a8c499fd64e8dc8edd4021f2f8 /graphics/asymptote
parent870883b04735b21138fd4f26a0690ef3a7cdcf1b (diff)
downloadpkgsrc-7c4c1124cee0348fe1c6bccd67babbbad9f2c539.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/asymptote')
-rw-r--r--graphics/asymptote/Makefile9
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"