diff options
author | joerg <joerg> | 2012-06-21 10:36:01 +0000 |
---|---|---|
committer | joerg <joerg> | 2012-06-21 10:36:01 +0000 |
commit | 75f8e765ff4d49f6c3389f46a8f69f04c6f87263 (patch) | |
tree | 6b456a859379403e28153834e0469952e9368225 /print | |
parent | a252797821e7d27d4136f5f9168c4c8c6fd8bbe8 (diff) | |
download | pkgsrc-75f8e765ff4d49f6c3389f46a8f69f04c6f87263.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} |