Date: Tue, 25 Dec 2018 13:17:19 +0000 From: Mark Linimon <linimon@lonesome.com> To: gnome@FreeBSD.org Cc: linimon@FreeBSD.org, jhibbits@FreeBSD.org Subject: [linimon@FreeBSD.org: svn commit: r488322 - head/graphics/atril] Message-ID: <20181225131719.GB9567@lonesome.com>
next in thread | raw e-mail | index | archive | help
FYI mcl ----- Forwarded message from Mark Linimon <linimon@FreeBSD.org> ----- Date: Tue, 25 Dec 2018 13:16:11 +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: r488322 - head/graphics/atril Author: linimon Date: Tue Dec 25 13:16:11 2018 New Revision: 488322 URL: https://svnweb.freebsd.org/changeset/ports/488322 Log: Add USES=compiler:c11 to fix build on GCC-based architectures. While here, add USES=gnome mate. PR: 233913 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Modified: head/graphics/atril/Makefile Modified: head/graphics/atril/Makefile ============================================================================== --- head/graphics/atril/Makefile Tue Dec 25 13:09:27 2018 (r488321) +++ head/graphics/atril/Makefile Tue Dec 25 13:16:11 2018 (r488322) @@ -26,8 +26,8 @@ LIB_DEPENDS= libpoppler-glib.so:graphics/poppler-glib PORTSCOUT= limitw:1,even SLAVEPORT?= no -USES= desktop-file-utils gettext gmake libarchive libtool pathfix \ - pkgconfig tar:xz +USES= compiler:c11 desktop-file-utils gettext gmake gnome libarchive \ + libtool mate pathfix pkgconfig tar:xz USE_MATE= icontheme USE_XORG= ice sm x11 USE_GNOME= cairo gtk30 intlhack libxml2 ----- End forwarded message -----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20181225131719.GB9567>