summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2012-12-22 02:23:02 +0000
committerwiz <wiz@pkgsrc.org>2012-12-22 02:23:02 +0000
commita7c5f13f4d1ce43b37398f8427da6a963807b606 (patch)
tree5401fc4f8ddf40594a0901dc7f6f4cab2c84c695
parent298ccd105cb9b06dbd1ce68826c476966ac026dd (diff)
downloadpkgsrc-a7c5f13f4d1ce43b37398f8427da6a963807b606.tar.gz
Not parallel make safe.
Stuff like: mv: rename .deps/sdp.Tpo to .deps/sdp.Plo: No such file or directory happens.
-rw-r--r--devel/sofia-sip/Makefile4
-rw-r--r--mail/deforaos-mailer/Makefile9
2 files changed, 8 insertions, 5 deletions
diff --git a/devel/sofia-sip/Makefile b/devel/sofia-sip/Makefile
index 7467095e69d..ffe93bccd05 100644
--- a/devel/sofia-sip/Makefile
+++ b/devel/sofia-sip/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2012/12/22 02:10:42 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2012/12/22 02:23:02 wiz Exp $
#
DISTNAME= sofia-sip-1.12.11
@@ -17,6 +17,8 @@ USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_LANGUAGES= c
+MAKE_JOBS_SAFE= no
+
SUBST_CLASSES+= awk
SUBST_FILES.awk+= libsofia-sip-ua/msg/msg_parser.awk
SUBST_FILES.awk+= libsofia-sip-ua/su/tag_dll.awk
diff --git a/mail/deforaos-mailer/Makefile b/mail/deforaos-mailer/Makefile
index 74ed081db93..49a638d19c8 100644
--- a/mail/deforaos-mailer/Makefile
+++ b/mail/deforaos-mailer/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2012/12/17 00:59:54 khorben Exp $
+# $NetBSD: Makefile,v 1.2 2012/12/22 02:23:02 wiz Exp $
#
DISTNAME= Mailer-0.1.5
@@ -9,14 +9,15 @@ MASTER_SITES= http://www.defora.org/os/download/download/3704/
MAINTAINER= khorben@defora.org
HOMEPAGE= http://www.defora.org/
COMMENT= DeforaOS desktop e-mail client
-
LICENSE= gnu-gpl-v3
+BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
+BUILD_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl
+
USE_TOOLS+= pkg-config
USE_TOOLS+= xgettext
-BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
-BUILD_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl
+MAKE_JOBS_SAFE= no
MAKE_FLAGS+= DESTDIR=${DESTDIR}
MAKE_FLAGS+= PREFIX=${PREFIX}