diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-01-14 11:21:29 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-01-14 11:21:29 +0800 |
commit | 0607d0e5662606fc029de79b010e52227f754634 (patch) | |
tree | f69508d7ddcb38ca7e37d274135c953766fcaa61 /graphics | |
parent | 804709a125846d537925dd802843e36142cf7f93 (diff) | |
download | freebsd-ports-gnome-0607d0e5662606fc029de79b010e52227f754634.tar.gz freebsd-ports-gnome-0607d0e5662606fc029de79b010e52227f754634.tar.zst freebsd-ports-gnome-0607d0e5662606fc029de79b010e52227f754634.zip |
- Mark MAKE_JOBS_UNSAFE=yes
Reported by: P6 tb
Diffstat (limited to 'graphics')
-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} |