diff options
author | joerg <joerg> | 2010-02-04 13:58:45 +0000 |
---|---|---|
committer | joerg <joerg> | 2010-02-04 13:58:45 +0000 |
commit | a0983162b4d8cf26b5f58c5e34ff6b1f59856da2 (patch) | |
tree | ea3ce7ed09a9757577483fcba1fd57f814a081ef /editors/p5-Padre | |
parent | 1fe48c947e6590262f0cd77e484017ba76624d03 (diff) | |
download | pkgsrc-a0983162b4d8cf26b5f58c5e34ff6b1f59856da2.tar.gz |
Not MAKE_JOBS_SAFE.
Diffstat (limited to 'editors/p5-Padre')
-rw-r--r-- | editors/p5-Padre/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/p5-Padre/Makefile b/editors/p5-Padre/Makefile index d29ecc53dcd..d14ba1e00bb 100644 --- a/editors/p5-Padre/Makefile +++ b/editors/p5-Padre/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2010/02/03 11:23:19 sno Exp $ +# $NetBSD: Makefile,v 1.4 2010/02/04 13:58:45 joerg Exp $ # DISTNAME= Padre-0.56 @@ -12,6 +12,7 @@ COMMENT= Perl Application Development and Refactoring Environment LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir +MAKE_JOBS_SAFE= no USE_LANGUAGES+= c c++ REPLACE_PERL+= share/templates/*.t |