diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-08-15 17:17:06 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-08-15 17:17:06 +0000 |
commit | e2d120ee749592ed53e93705f01b6b802d72c327 (patch) | |
tree | 4c57354f3597b5735b3d290c11c751cdebe10657 /x11-toolkits/gal | |
parent | f2cd6f73222c7c6a567e307da99d6651f6ae36d6 (diff) | |
download | ports-e2d120ee749592ed53e93705f01b6b802d72c327.tar.gz ports-e2d120ee749592ed53e93705f01b6b802d72c327.zip |
Notes
Diffstat (limited to 'x11-toolkits/gal')
-rw-r--r-- | x11-toolkits/gal/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/gal/Makefile b/x11-toolkits/gal/Makefile index 390c9e19d63b..c3e60b4c28f1 100644 --- a/x11-toolkits/gal/Makefile +++ b/x11-toolkits/gal/Makefile @@ -30,6 +30,7 @@ USE_AUTOTOOLS= libtool:22 CONFIGURE_ARGS= --enable-static --with-libiconv CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" +MAKE_JOBS_UNSAFE=yes PLIST_SUB= VERSION=${PORTVERSION} |