summaryrefslogtreecommitdiff
path: root/mail/deforaos-mailer
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 /mail/deforaos-mailer
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.
Diffstat (limited to 'mail/deforaos-mailer')
-rw-r--r--mail/deforaos-mailer/Makefile9
1 files changed, 5 insertions, 4 deletions
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}