diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-12-25 13:16:11 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-12-25 13:16:11 +0000 |
commit | f1adc4a6b7a7a7b223e2dbf850fa72df8cc668d2 (patch) | |
tree | e221c27c54f61203f4379f0154ed6e3e62fc7eb2 | |
parent | Base GCC can't use -Wno-unused-but-set-variable option. Remove it when (diff) |
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)
Notes
Notes:
svn path=/head/; revision=488322
-rw-r--r-- | graphics/atril/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/atril/Makefile b/graphics/atril/Makefile index 52a271aa9dc8..bbc5d036f164 100644 --- a/graphics/atril/Makefile +++ b/graphics/atril/Makefile @@ -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 |