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 | |
parent | a252797821e7d27d4136f5f9168c4c8c6fd8bbe8 (diff) | |
download | pkgsrc-75f8e765ff4d49f6c3389f46a8f69f04c6f87263.tar.gz |
Not MAKE_JOBS_SAFE.
-rw-r--r-- | misc/epm/Makefile | 3 | ||||
-rw-r--r-- | print/tcl-pdflib/Makefile | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/misc/epm/Makefile b/misc/epm/Makefile index 3df8ad2f078..247e044908d 100644 --- a/misc/epm/Makefile +++ b/misc/epm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2012/01/21 14:04:33 cheusov Exp $ +# $NetBSD: Makefile,v 1.4 2012/06/21 10:43:49 joerg Exp $ # DISTNAME= epm-4.2-source @@ -15,6 +15,7 @@ COMMENT= ESP generates software packages from a list of files LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir +MAKE_JOBS_SAFE= no USE_TOOLS+= autoconf gzip:run tar:run 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} |