diff options
author | ahoka <ahoka> | 2008-12-05 19:00:27 +0000 |
---|---|---|
committer | ahoka <ahoka> | 2008-12-05 19:00:27 +0000 |
commit | 28dad3d6ecc24997d44b552acef0032201037a70 (patch) | |
tree | 10507c36269dd206ff58e6bdaaa894b851477c65 /news | |
parent | 2fb9f3d1ac17b34561bcc50bf8cc148cba18d177 (diff) | |
download | pkgsrc-28dad3d6ecc24997d44b552acef0032201037a70.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 |