diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2009-05-16 14:27:56 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2009-05-16 14:27:56 +0800 |
commit | 42f60009e6e536dfbaca7a23a2a8db2f53c4299a (patch) | |
tree | f1419af8c8665908a2992e8623e8bd3b909f82e2 /x11-fonts | |
parent | 6dff11762fa92b9484828593ef9a2d77a55dae21 (diff) | |
download | freebsd-ports-graphics-42f60009e6e536dfbaca7a23a2a8db2f53c4299a.tar.gz freebsd-ports-graphics-42f60009e6e536dfbaca7a23a2a8db2f53c4299a.tar.zst freebsd-ports-graphics-42f60009e6e536dfbaca7a23a2a8db2f53c4299a.zip |
- Mark most of my ports MAKE_JOBS_SAFE=yes
Tested by: several builds in P6 TB
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/freefont-ttf/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-fonts/freefont-ttf/Makefile b/x11-fonts/freefont-ttf/Makefile index f6f6ee2c9b2..d86e665d620 100644 --- a/x11-fonts/freefont-ttf/Makefile +++ b/x11-fonts/freefont-ttf/Makefile @@ -17,6 +17,8 @@ COMMENT= Free UCS Outline Fonts BUILD_DEPENDS= mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale \ mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir +MAKE_JOBS_SAFE= yes + WRKSRC= ${WRKDIR}/freefont-${PORTVERSION} INSTALLDIR= ${PREFIX}/lib/X11/fonts/${PORTNAME} |