diff options
author | linimon <linimon@FreeBSD.org> | 2018-10-30 20:13:51 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-10-30 20:13:51 +0800 |
commit | d6ba657b4a51e3214b5e4c05bd0a8dda2e818b89 (patch) | |
tree | f5603d735adf510464608d8b1aa779ca9ce2f73a /graphics | |
parent | e26910735544422d1229e3b279df7771e5bf8cf0 (diff) | |
download | freebsd-ports-gnome-d6ba657b4a51e3214b5e4c05bd0a8dda2e818b89.tar.gz freebsd-ports-gnome-d6ba657b4a51e3214b5e4c05bd0a8dda2e818b89.tar.zst freebsd-ports-gnome-d6ba657b4a51e3214b5e4c05bd0a8dda2e818b89.zip |
Fix build with GCC-based architectures.
PR: 232681
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/geeqie/Makefile | 4 |
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}" |