diff options
author | Christoph Moench-Tegeder <cmt@FreeBSD.org> | 2018-10-29 22:17:34 +0000 |
---|---|---|
committer | Christoph Moench-Tegeder <cmt@FreeBSD.org> | 2018-10-29 22:17:34 +0000 |
commit | 63ca1f9d3cf51da3101f8dd317bb7114ed426663 (patch) | |
tree | 2a844864ee8d4bdb1ce75e2f0545f11edba83247 /graphics/gexiv2 | |
parent | 9612e73a9f0ad979285cf3907616203c1292f211 (diff) |
Notes
Diffstat (limited to 'graphics/gexiv2')
-rw-r--r-- | graphics/gexiv2/Makefile | 4 |
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 |