aboutsummaryrefslogtreecommitdiff
path: root/editors/pluma
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 /editors/pluma
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 'editors/pluma')
-rw-r--r--editors/pluma/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/pluma/Makefile b/editors/pluma/Makefile
index c3bc3da20d68..3cae9bdc9c95 100644
--- a/editors/pluma/Makefile
+++ b/editors/pluma/Makefile
@@ -21,7 +21,7 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:misc/iso-codes
PORTSCOUT= limitw:1,even
-USES= desktop-file-utils gmake libtool localbase \
+USES= compiler:c11 desktop-file-utils gmake libtool localbase \
pathfix pkgconfig python:3.3+ shebangfix tar:xz
USE_XORG= ice sm x11
USE_GNOME= cairo gdkpixbuf2 gnomeprefix gtk30 gtksourceview3 \