aboutsummaryrefslogtreecommitdiff
path: root/math/gnome-calculator
diff options
context:
space:
mode:
authorBrad Davis <brd@FreeBSD.org>2018-03-25 21:48:32 +0000
committerBrad Davis <brd@FreeBSD.org>2018-03-25 21:48:32 +0000
commit2912095c181608bdfe36fcb46484048442c5b144 (patch)
treeb0fc7deb9b188ae45b5edeff72f90392e8b7e426 /math/gnome-calculator
parent1f5755641b7a2a59af91753c2313af2441393a05 (diff)
downloadports-2912095c181608bdfe36fcb46484048442c5b144.tar.gz
ports-2912095c181608bdfe36fcb46484048442c5b144.zip
Fix build on ppc64 by specifying what is needed from the compiler.
PR: 225635 Submitted by: jhibbits Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=465547
Diffstat (limited to 'math/gnome-calculator')
-rw-r--r--math/gnome-calculator/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/gnome-calculator/Makefile b/math/gnome-calculator/Makefile
index 0af9a7cbbf5a..a182a201bb20 100644
--- a/math/gnome-calculator/Makefile
+++ b/math/gnome-calculator/Makefile
@@ -23,7 +23,7 @@ LIB_DEPENDS= libmpfr.so:math/mpfr \
PORTSCOUT= limitw:1,even
-USES= gettext gmake gnome libtool localbase pkgconfig tar:xz
+USES= compiler:c11 gettext gmake gnome libtool localbase pkgconfig tar:xz
USE_GNOME= cairo gdkpixbuf2 gtk30 gtksourceview3 intltool
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip