diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/lgogdownloader/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/games/lgogdownloader/Makefile b/games/lgogdownloader/Makefile index 13821b15f43..a918db74124 100644 --- a/games/lgogdownloader/Makefile +++ b/games/lgogdownloader/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2014/12/07 09:20:19 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2015/01/09 14:29:10 joerg Exp $ DISTNAME= lgogdownloader-2.20 CATEGORIES= games @@ -11,6 +11,9 @@ COMMENT= Download games from GOG BUILD_DEPENDS+= help2man-[0-9]*:../../converters/help2man +# error: unable to open output file 'obj/Debug/main.o': 'No such file or directory' +MAKE_JOBS_SAFE= no + #WRKSRC= ${WRKDIR}/lgogdownloader USE_LANGUAGES= c++ USE_TOOLS+= gmake gunzip |