aboutsummaryrefslogtreecommitdiff
path: root/graphics/geeqie
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-10-30 12:13:51 +0000
committerMark Linimon <linimon@FreeBSD.org>2018-10-30 12:13:51 +0000
commitd2321bbe2b3499804bf077e05b8a99897026bf21 (patch)
treef5603d735adf510464608d8b1aa779ca9ce2f73a /graphics/geeqie
parent5289d257f8cb90635662738836527b7ed21535ea (diff)
downloadports-d2321bbe2b3499804bf077e05b8a99897026bf21.tar.gz
ports-d2321bbe2b3499804bf077e05b8a99897026bf21.zip
Fix build with GCC-based architectures.
PR: 232681 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=483483
Diffstat (limited to 'graphics/geeqie')
-rw-r--r--graphics/geeqie/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/geeqie/Makefile b/graphics/geeqie/Makefile
index fe4882b26bc7..92757aa26a89 100644
--- a/graphics/geeqie/Makefile
+++ b/graphics/geeqie/Makefile
@@ -15,8 +15,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libpng.so:graphics/png
-USES= autoreconf gettext gmake jpeg localbase pkgconfig \
- desktop-file-utils tar:xz lua:51
+USES= autoreconf compiler:c++11-lang gettext gmake gnome jpeg \
+ localbase pkgconfig desktop-file-utils tar:xz lua:51
USE_GNOME= intltool
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-readmedir="${DOCSDIR}"