aboutsummaryrefslogtreecommitdiff
path: root/graphics/gexiv2
diff options
context:
space:
mode:
authorChristoph Moench-Tegeder <cmt@FreeBSD.org>2018-10-29 22:17:34 +0000
committerChristoph Moench-Tegeder <cmt@FreeBSD.org>2018-10-29 22:17:34 +0000
commit63ca1f9d3cf51da3101f8dd317bb7114ed426663 (patch)
tree2a844864ee8d4bdb1ce75e2f0545f11edba83247 /graphics/gexiv2
parent9612e73a9f0ad979285cf3907616203c1292f211 (diff)
downloadports-63ca1f9d3cf51da3101f8dd317bb7114ed426663.tar.gz
ports-63ca1f9d3cf51da3101f8dd317bb7114ed426663.zip
graphics/gexiv2: fix build with GCC-based architectures
while here, remove forgotten cruft in MASTER_SITES and add USES=gnome to silence warnings PR: 232569 Submitted by: Piotr Kubaj
Notes
Notes: svn path=/head/; revision=483434
Diffstat (limited to 'graphics/gexiv2')
-rw-r--r--graphics/gexiv2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gexiv2/Makefile b/graphics/gexiv2/Makefile
index 56057cb66967..e0d3a975050d 100644
--- a/graphics/gexiv2/Makefile
+++ b/graphics/gexiv2/Makefile
@@ -5,7 +5,6 @@ PORTNAME= gexiv2
PORTVERSION= 0.10.8
PORTREVISION= 1
CATEGORIES= graphics
-# MASTER_SITES= GNOME/sources/gexiv2/${PORTVERSION:R}
MASTER_SITES= GNOME
MAINTAINER= cmt@FreeBSD.org
@@ -21,7 +20,8 @@ LIB_DEPENDS= libexiv2.so:graphics/exiv2
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-introspection=yes \
--enable-vala=yes
-USES= gmake libtool:build pathfix pkgconfig tar:xz
+USES= compiler:c++11-lang gmake gnome libtool:build pathfix \
+ pkgconfig tar:xz
USE_GNOME= glib20 introspection:build
USE_LDCONFIG= yes
MAKE_ARGS= REQUIRED_CFLAGS="" ENABLE_INTROSPECTION=1