diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-13 13:58:02 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-13 13:58:02 +0000 |
commit | 1833fc55ddeb57713ba5148d584fb5f74ce84a88 (patch) | |
tree | 75e3b6593b48d6c2bc97b628d067afc4c28c39f1 /graphics/diacanvas2 | |
parent | eded1826c57bcc3c182f1d7e46e7616f3db17fb4 (diff) |
Notes
Diffstat (limited to 'graphics/diacanvas2')
-rw-r--r-- | graphics/diacanvas2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/diacanvas2/Makefile b/graphics/diacanvas2/Makefile index ced6e62cf0e6..bd944254062f 100644 --- a/graphics/diacanvas2/Makefile +++ b/graphics/diacanvas2/Makefile @@ -18,6 +18,7 @@ USE_AUTOTOOLS= libtool CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes +MAKE_JOBS_UNSAFE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |