aboutsummaryrefslogtreecommitdiff
path: root/net/serveez
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-10-12 13:30:18 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-10-12 13:30:18 +0000
commit11cd1bac2150f243319fdbd99ea98457b749d100 (patch)
treea99c84493a833767809ad406a238cbfc797c9d8e /net/serveez
parent20f1a1f3cf68f1be3a732265d73e77c5b3617325 (diff)
downloadports-11cd1bac2150f243319fdbd99ea98457b749d100.tar.gz
ports-11cd1bac2150f243319fdbd99ea98457b749d100.zip
- Mark MAKE_JOBS_UNSAFE
guild-boot.c is used before it's generated: guile.c:1791:10: fatal error: 'guile-boot.c' file not found ... ../build-aux/guile-baux/gbaux-do as-C-byte-array -v high -t char guile-boot.puny > guile-boot.c
Notes
Notes: svn path=/head/; revision=399126
Diffstat (limited to 'net/serveez')
-rw-r--r--net/serveez/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/serveez/Makefile b/net/serveez/Makefile
index 88851cbb9c9a..badd8e0a6b79 100644
--- a/net/serveez/Makefile
+++ b/net/serveez/Makefile
@@ -11,6 +11,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Server framework
LICENSE= GPLv3 # (or later)
+LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libguile.so:${PORTSDIR}/lang/guile
@@ -20,6 +21,8 @@ CONFIGURE_ARGS= --enable-libserveez-install
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
+MAKE_JOBS_UNSAFE= yes
+
INFO= serveez
post-patch: