diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-11-19 23:41:55 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-11-19 23:41:55 +0000 |
commit | 2d68f126de221d6caed2c560840eae9b231eaaf0 (patch) | |
tree | a4e626dcfcfc7a91af456eb7e15fa4056a883f49 /editors/gphpedit | |
parent | 07b27888644efc66d4ed412de3c7ba9d7b2b54af (diff) | |
download | ports-2d68f126de221d6caed2c560840eae9b231eaaf0.tar.gz ports-2d68f126de221d6caed2c560840eae9b231eaaf0.zip |
Notes
Diffstat (limited to 'editors/gphpedit')
-rw-r--r-- | editors/gphpedit/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/gphpedit/Makefile b/editors/gphpedit/Makefile index 7548481789d7..f12767040d5b 100644 --- a/editors/gphpedit/Makefile +++ b/editors/gphpedit/Makefile @@ -21,6 +21,7 @@ USE_GNOME= gnomeprefix gnomehack libgnomeui libgtkhtml USE_AUTOTOOLS= libtool:22 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +MAKE_JOBS_UNSAFE= yes .if !defined(WITHOUT_PHP) USE_PHP= yes |