Date: Sat, 22 Dec 2018 00:57:54 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r488034 - head/graphics/ocre Message-ID: <201812220057.wBM0vspW051993@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Sat Dec 22 00:57:53 2018 New Revision: 488034 URL: https://svnweb.freebsd.org/changeset/ports/488034 Log: This port requires USES=compiler:c11 to build on GCC-based architectures. PR: 234162 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Modified: head/graphics/ocre/Makefile Modified: head/graphics/ocre/Makefile ============================================================================== --- head/graphics/ocre/Makefile Sat Dec 22 00:52:31 2018 (r488033) +++ head/graphics/ocre/Makefile Sat Dec 22 00:57:53 2018 (r488034) @@ -20,8 +20,8 @@ RUN_DEPENDS= display:graphics/ImageMagick6 \ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/${PORTNAME} +USES= compiler:c11 gettext gmake pkgconfig tar:tgz USE_GNOME= gtk20 -USES= gettext gmake pkgconfig tar:tgz MAKE_ARGS= CC="${CC}" CFLAGS1="${CFLAGS}" post-extract:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812220057.wBM0vspW051993>