pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

uzbl-git: No longer MAKE_JOBS_SAFE



Module Name:	pkgsrc-wip
Committed By:	Mateusz Poszwa <old4%o2.pl@localhost>
Pushed By:	f8l
Date:		Thu Jun 9 20:50:18 2016 +0200
Changeset:	9667683ba37fa1ca5ec7188dd3aac88e131e8e31

Modified Files:
	uzbl-git/Makefile

Log Message:
uzbl-git: No longer MAKE_JOBS_SAFE

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9667683ba37fa1ca5ec7188dd3aac88e131e8e31

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 uzbl-git/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/uzbl-git/Makefile b/uzbl-git/Makefile
index 8bfa290..ec0bf35 100644
--- a/uzbl-git/Makefile
+++ b/uzbl-git/Makefile
@@ -15,8 +15,8 @@ COMMENT=	Web interface tools which adhere to the UNIX philosophy
 LICENSE=	gnu-gpl-v3
 
 USE_TOOLS+=	gmake pkg-config
-# Disabled for now, as it is not stable yet.
-#MAKE_ENV+=	ENABLE_WEBKIT2=yes
+
+MAKE_JOBS_SAFE=	no
 
 PYTHON_VERSIONS_INCOMPATIBLE=	27
 PY_PATCHPLIST=		yes


Home | Main Index | Thread Index | Old Index