diff options
author | ahoka <ahoka@pkgsrc.org> | 2008-12-05 19:00:27 +0000 |
---|---|---|
committer | ahoka <ahoka@pkgsrc.org> | 2008-12-05 19:00:27 +0000 |
commit | 4c87149c2568de5a9fcb6ef0399e4986662d8b5e (patch) | |
tree | 10507c36269dd206ff58e6bdaaa894b851477c65 /news | |
parent | 66b27a4d666ea3c0cc011ab69897f519965b4880 (diff) | |
download | pkgsrc-4c87149c2568de5a9fcb6ef0399e4986662d8b5e.tar.gz |
MAKE_JOBS_SAFE=no
Diffstat (limited to 'news')
-rw-r--r-- | news/slrn/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/news/slrn/Makefile b/news/slrn/Makefile index 219f0a64eb8..a5568f7c862 100644 --- a/news/slrn/Makefile +++ b/news/slrn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2008/11/26 14:30:04 is Exp $ +# $NetBSD: Makefile,v 1.44 2008/12/05 19:00:27 ahoka Exp $ DISTNAME= slrn-0.9.9p1 CATEGORIES= news @@ -10,6 +10,7 @@ HOMEPAGE= http://slrn.sourceforge.net/ COMMENT= Highly customizable threaded newsreader PKG_DESTDIR_SUPPORT= user-destdir +MAKE_JOBS_SAFE= no USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes |