diff options
author | joerg <joerg@pkgsrc.org> | 2009-06-30 00:07:09 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-06-30 00:07:09 +0000 |
commit | 76f5c1b551cbcd541f91513d7a6a47d8886bb5d7 (patch) | |
tree | dc8b846be5ce41fc91fa6fa283850ad5bd6918c8 /www/gtkasp2php | |
parent | 5dc417f76ada55decbc0adce66fb18090d84d28e (diff) | |
download | pkgsrc-76f5c1b551cbcd541f91513d7a6a47d8886bb5d7.tar.gz |
Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with
MAKE_JOBS=2 and worked without.
Diffstat (limited to 'www/gtkasp2php')
-rw-r--r-- | www/gtkasp2php/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/gtkasp2php/Makefile b/www/gtkasp2php/Makefile index a4eadba9cce..aa89364a489 100644 --- a/www/gtkasp2php/Makefile +++ b/www/gtkasp2php/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2007/09/30 17:45:25 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2009/06/30 00:07:24 joerg Exp $ # DISTNAME= asp2php-0.76.17 @@ -11,6 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://asp2php.naken.cc/ COMMENT= Gtk+ version of utility to convert asp pages to php pages +MAKE_JOBS_SAFE= no BUILD_TARGET= all gui |