Date: Thu, 31 Jul 2014 07:43:12 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363536 - head/emulators/pcemu Message-ID: <201407310743.s6V7hC64030674@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Thu Jul 31 07:43:12 2014 New Revision: 363536 URL: http://svnweb.freebsd.org/changeset/ports/363536 QAT: https://qat.redports.org/buildarchive/r363536/ Log: Unbreak a bit With hat: portmgr Pointy hat: adamw Modified: head/emulators/pcemu/Makefile Modified: head/emulators/pcemu/Makefile ============================================================================== --- head/emulators/pcemu/Makefile Thu Jul 31 07:32:28 2014 (r363535) +++ head/emulators/pcemu/Makefile Thu Jul 31 07:43:12 2014 (r363536) @@ -28,7 +28,7 @@ RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11-f USE_XORG= x11 xext MAKE_ENV= FILESDIR=${FILESDIR} -MAKE_ARGS+= CC="${CC}" CFLAGS="${CFLAGS}" +MAKE_ARGS= CC="${CC}" NO_STAGE= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407310743.s6V7hC64030674>