aboutsummaryrefslogtreecommitdiff
path: root/graphics/libmypaint
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-09-18 08:14:23 +0000
committerMark Linimon <linimon@FreeBSD.org>2018-09-18 08:14:23 +0000
commit2e7f27934a9580751196aa2ace7230c9e763524f (patch)
tree985075045a3e320b7edb1a42256318fd6f5f3038 /graphics/libmypaint
parentcdf2a00af52a8eb98245773b34b055c7f995532b (diff)
downloadports-2e7f27934a9580751196aa2ace7230c9e763524f.tar.gz
ports-2e7f27934a9580751196aa2ace7230c9e763524f.zip
More precisely specify USES=compiler to fix build on gcc-based
platforms such as powerpc64. Tested on powerpc64, amd64. Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=479990
Diffstat (limited to 'graphics/libmypaint')
-rw-r--r--graphics/libmypaint/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/libmypaint/Makefile b/graphics/libmypaint/Makefile
index a5e6c900f892..9bfe16b3be1a 100644
--- a/graphics/libmypaint/Makefile
+++ b/graphics/libmypaint/Makefile
@@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libjson-c.so:devel/json-c
-USES= gmake gnome libtool localbase pkgconfig tar:xz
+USES= compiler:c11 gmake gnome libtool localbase pkgconfig tar:xz
USE_GNOME= glib20 intltool introspection:build
GNU_CONFIGURE= yes
USE_LDCONFIG= yes