diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-10 21:12:03 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-10 21:12:03 +0800 |
commit | 7c34f4d31657f4aec01e3bac9e386cc534c15176 (patch) | |
tree | 73a0d0ca3378e8eb128ec17e7920b07ad20fda92 /graphics | |
parent | 20d023f4f27962e74787423763303f2c8e5c5b1a (diff) | |
download | freebsd-ports-gnome-7c34f4d31657f4aec01e3bac9e386cc534c15176.tar.gz freebsd-ports-gnome-7c34f4d31657f4aec01e3bac9e386cc534c15176.tar.zst freebsd-ports-gnome-7c34f4d31657f4aec01e3bac9e386cc534c15176.zip |
Mark jobs unsafe
Convert to USES=gmake where appropriate
Trim headers
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xpaint/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/xpaint/Makefile b/graphics/xpaint/Makefile index 6cf824248d7b..a0c0fb6b718b 100644 --- a/graphics/xpaint/Makefile +++ b/graphics/xpaint/Makefile @@ -25,6 +25,7 @@ USE_XORG= xft xmu xpm USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USE_GHOSTSCRIPT_RUN=yes +MAKE_JOBS_UNSAFE= yes CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2 LDFLAGS+= -L${LOCALBASE}/lib |