diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-10 11:56:52 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-10 11:56:52 +0000 |
commit | 55779c249e6d75d937f5f8cc3131346be726ccf6 (patch) | |
tree | 70368562acbd958eb3bc199141cbff97aead3c33 /www/netsurf | |
parent | d4773722da7c7ac2b977d056e0ca00e0108b376a (diff) | |
download | ports-55779c249e6d75d937f5f8cc3131346be726ccf6.tar.gz ports-55779c249e6d75d937f5f8cc3131346be726ccf6.zip |
Mark jobs unsafe (fails with -j24) and Convert to USES=gmake
Notes
Notes:
svn path=/head/; revision=322672
Diffstat (limited to 'www/netsurf')
-rw-r--r-- | www/netsurf/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/netsurf/Makefile b/www/netsurf/Makefile index 649809f3c590..936fda7b0469 100644 --- a/www/netsurf/Makefile +++ b/www/netsurf/Makefile @@ -17,14 +17,13 @@ BUILD_DEPENDS= flex:${PORTSDIR}/textproc/flex LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ mng:${PORTSDIR}/graphics/libmng -USE_GMAKE= yes ALL_TARGET= #empty CFLAGS+= -I${LOCALBASE}/include MAKE_ARGS= HOST_CC="${CC}" CC="${CC}" CCOPT="" HOST="${OPSYS}" \ WARNFLAGS="" Q="" OPTCFLAGS="${CFLAGS}" -USES= bison +USES= bison gmake USE_GNOME= librsvg2 -MAKE_JOBS_SAFE= yes +MAKE_JOBS_UNSAFE= yes NSFB_VERSION= 0.1.0 WRKSRC= ${WRKDIR}/${PORTNAME}-full-${PORTVERSION} |