summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz>2009-03-02 15:57:27 +0000
committerwiz <wiz>2009-03-02 15:57:27 +0000
commita1e997f2f58e5e33cc15fbe9a240b54732b77899 (patch)
treed9e6deb77a037e741a881719ddd9f10a31092562 /devel
parent358784f23905c02fcd516febfc827af537eba95f (diff)
downloadpkgsrc-a1e997f2f58e5e33cc15fbe9a240b54732b77899.tar.gz
Mark as MAKE_JOBS_SAFE=no, the library is built too late for some of the
targets.
Diffstat (limited to 'devel')
-rw-r--r--devel/libextractor/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libextractor/Makefile b/devel/libextractor/Makefile
index b0691645a4e..f8233836987 100644
--- a/devel/libextractor/Makefile
+++ b/devel/libextractor/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2009/02/28 13:14:45 drochner Exp $
+# $NetBSD: Makefile,v 1.39 2009/03/02 15:57:27 wiz Exp $
DISTNAME= libextractor-0.5.20c
PKGREVISION= 1
@@ -10,6 +10,7 @@ HOMEPAGE= http://gnunet.org/libextractor/
COMMENT= Metadata extractor for various file data types
PKG_DESTDIR_SUPPORT= user-destdir
+MAKE_JOBS_SAFE= no
USE_LIBTOOL= yes
USE_LANGUAGES= c c++