diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2009-03-25 16:24:14 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2009-03-25 16:24:14 +0000 |
commit | 5f72e5ca89f9a3bf86ef138a30a842a03ede4320 (patch) | |
tree | b4e47853d86804682b8789c99d2d63f7c10d47e7 /math/galculator/Makefile | |
parent | 5055e5aee5e0b3c8a3654b5318a2575d9fc53be0 (diff) |
Notes
Diffstat (limited to 'math/galculator/Makefile')
-rw-r--r-- | math/galculator/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/galculator/Makefile b/math/galculator/Makefile index e68d9e8b83fc..27ecf98f3399 100644 --- a/math/galculator/Makefile +++ b/math/galculator/Makefile @@ -20,6 +20,7 @@ USE_GNOME= libglade2 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +MAKE_JOBS_SAFE= yes MAN1= galculator.1 |