Date: Tue, 20 Feb 2018 03:36:02 +0000 (UTC) From: Stephen Montgomery-Smith <stephen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462369 - head/graphics/opendx Message-ID: <201802200336.w1K3a2M7038537@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: stephen Date: Tue Feb 20 03:36:01 2018 New Revision: 462369 URL: https://svnweb.freebsd.org/changeset/ports/462369 Log: - Add MAKE_JOBS_UNSAFE=yes. PR: ports/226051 Submitted by: Don Lewis <truckman@FreeBSD.org> Modified: head/graphics/opendx/Makefile Modified: head/graphics/opendx/Makefile ============================================================================== --- head/graphics/opendx/Makefile Tue Feb 20 03:29:51 2018 (r462368) +++ head/graphics/opendx/Makefile Tue Feb 20 03:36:01 2018 (r462369) @@ -21,8 +21,9 @@ LIB_DEPENDS= libMagickWand-6.so:graphics/ImageMagick \ libcdf.so:science/cdf \ libXp.so:x11/libXp -USE_XORG= x11 xt xinerama xext xpm xmu sm ice +MAKE_JOBS_UNSAFE= yes USES= bison motif gmake libtool +USE_XORG= x11 xt xinerama xext xpm xmu sm ice USE_GL= gl glu GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802200336.w1K3a2M7038537>