diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-01-14 03:21:29 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-01-14 03:21:29 +0000 |
commit | d2cad79c6a2d68cf5c9b0b35c213b1ec36a5a1e6 (patch) | |
tree | 7d99db1daa49e1afdc0f399d03006ea925a9fcb3 /graphics/pgplot | |
parent | 0c8e5fdfe6423bfda2a540a122506c50b3e122e5 (diff) |
Notes
Diffstat (limited to 'graphics/pgplot')
-rw-r--r-- | graphics/pgplot/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/pgplot/Makefile b/graphics/pgplot/Makefile index e5d244413f13..2b5ca0ed85ba 100644 --- a/graphics/pgplot/Makefile +++ b/graphics/pgplot/Makefile @@ -17,6 +17,8 @@ COMMENT= A C/FORTRAN library for drawing graphs on a variety of display devices LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png +MAKE_JOBS_UNSAFE= yes + USE_PERL5_BUILD=yes USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME} |