aboutsummaryrefslogtreecommitdiff
path: root/graphics/wxsvg/Makefile
diff options
context:
space:
mode:
authorDanilo Egea Gondolfo <danilo@FreeBSD.org>2016-06-10 19:56:22 +0000
committerDanilo Egea Gondolfo <danilo@FreeBSD.org>2016-06-10 19:56:22 +0000
commit204ecb67881cf4dc81370f2f143cd10555c18a8c (patch)
tree213561c85c396b853a2e3d6028e7223945b75f56 /graphics/wxsvg/Makefile
parent0eda015d72228b19083737e50b74d669a44ecd7f (diff)
downloadports-204ecb67881cf4dc81370f2f143cd10555c18a8c.tar.gz
ports-204ecb67881cf4dc81370f2f143cd10555c18a8c.zip
Notes
Diffstat (limited to 'graphics/wxsvg/Makefile')
-rw-r--r--graphics/wxsvg/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/wxsvg/Makefile b/graphics/wxsvg/Makefile
index d9d1e83b9321..896e71e38c1c 100644
--- a/graphics/wxsvg/Makefile
+++ b/graphics/wxsvg/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= wxsvg
-PORTVERSION= 1.5.7
+PORTVERSION= 1.5.8
CATEGORIES= graphics
MASTER_SITES= SF
@@ -14,10 +14,10 @@ LICENSE= LGPL21+
LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \
libexpat.so:textproc/expat2
-USES= compiler:c++11-lib gmake libtool pathfix pkgconfig tar:bzip2
+USES= compiler:c++11-lib gettext-runtime gmake libtool pathfix pkgconfig tar:bzip2
USE_WX= 3.0
WX_CONF_ARGS= absolute
-USE_GNOME= cairo
+USE_GNOME= cairo glib20 pango
GNU_CONFIGURE= yes
CONFIGURE_ENV= LIBAV_CFLAGS="${LIBAV_CFLAGS}" LIBAV_LIBS="${LIBAV_LIBS}" \
CXXFLAGS="${CXXFLAGS} -std=c++11"