diff options
author | tnn <tnn> | 2008-09-22 19:30:52 +0000 |
---|---|---|
committer | tnn <tnn> | 2008-09-22 19:30:52 +0000 |
commit | 500aa32bbc79e2b47d0378bfe4fa8cc7d06d72b0 (patch) | |
tree | 1a83d451c363269ee3227de38a69041baca69ade /x11/aterm | |
parent | 9130c84263c7feca5149c08427768a5022623808 (diff) | |
download | pkgsrc-500aa32bbc79e2b47d0378bfe4fa8cc7d06d72b0.tar.gz |
reportedly not MAKE_JOBS_SAFE
Diffstat (limited to 'x11/aterm')
-rw-r--r-- | x11/aterm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/aterm/Makefile b/x11/aterm/Makefile index 374887782b8..a6698359f0e 100644 --- a/x11/aterm/Makefile +++ b/x11/aterm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2008/06/12 02:14:57 joerg Exp $ +# $NetBSD: Makefile,v 1.37 2008/09/22 19:30:52 tnn Exp $ # DISTNAME= aterm-1.0.0 @@ -17,6 +17,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= YES +MAKE_JOBS_SAFE= no CONFIGURE_ARGS+=--enable-background-image \ --enable-transparency \ |