diff options
author | Brad Davis <brd@FreeBSD.org> | 2018-03-25 21:48:32 +0000 |
---|---|---|
committer | Brad Davis <brd@FreeBSD.org> | 2018-03-25 21:48:32 +0000 |
commit | 2912095c181608bdfe36fcb46484048442c5b144 (patch) | |
tree | b0fc7deb9b188ae45b5edeff72f90392e8b7e426 /editors/gedit/Makefile | |
parent | 1f5755641b7a2a59af91753c2313af2441393a05 (diff) | |
download | ports-2912095c181608bdfe36fcb46484048442c5b144.tar.gz ports-2912095c181608bdfe36fcb46484048442c5b144.zip |
Notes
Diffstat (limited to 'editors/gedit/Makefile')
-rw-r--r-- | editors/gedit/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/gedit/Makefile b/editors/gedit/Makefile index 71b4a3311e9b..6d9dd7b25654 100644 --- a/editors/gedit/Makefile +++ b/editors/gedit/Makefile @@ -28,8 +28,9 @@ RUN_DEPENDS= iso-codes>=0:misc/iso-codes \ PORTSCOUT= limitw:1,even -USES= desktop-file-utils gettext gmake gnome libtool localbase \ - pathfix pkgconfig python:3.2+ shebangfix tar:xz +USES= compiler:c11 desktop-file-utils gettext gmake gnome libtool \ + localbase pathfix pkgconfig python:3.2+ shebangfix tar:xz +USE_CSTD= c11 USE_GNOME= cairo gdkpixbuf2 gtksourceview3 intlhack introspection \ libxml2 pygobject3 SHEBANG_FILES= plugins/externaltools/data/send-to-fpaste.tool.in |