diff options
author | joerg <joerg@pkgsrc.org> | 2012-06-21 10:36:01 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2012-06-21 10:36:01 +0000 |
commit | 7fe7eb7d80e2bd1d852fc5cdcaa94b262ccb918e (patch) | |
tree | 6b456a859379403e28153834e0469952e9368225 /print | |
parent | 2733544599528da3bec58e19bba3c82c90ecc704 (diff) | |
download | pkgsrc-7fe7eb7d80e2bd1d852fc5cdcaa94b262ccb918e.tar.gz |
Not MAKE_JOBS_SAFE.
Diffstat (limited to 'print')
-rw-r--r-- | print/tcl-pdflib/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/tcl-pdflib/Makefile b/print/tcl-pdflib/Makefile index 534f3a947ae..44d428c882b 100644 --- a/print/tcl-pdflib/Makefile +++ b/print/tcl-pdflib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2012/02/06 12:41:24 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2012/06/21 10:36:01 joerg Exp $ PKG_DESTDIR_SUPPORT= user-destdir @@ -8,6 +8,8 @@ PKGNAME= tcl-pdflib-${PDFLIB_BASE_VERS} PKGREVISION= 12 COMMENT= Tcl interface to PDFlib for generating PDF files +MAKE_JOBS_SAFE= no + BUILDLINK_API_DEPENDS.pdflib+= pdflib>=${PDFLIB_BASE_VERS} CONFIGURE_ARGS+= --with-tcl=${TCLSH:Q} |