diff --git a/graphics/wxsvg/Makefile b/graphics/wxsvg/Makefile index f4ec3917fba6..2cf6439c7335 100644 --- a/graphics/wxsvg/Makefile +++ b/graphics/wxsvg/Makefile @@ -1,32 +1,33 @@ PORTNAME= wxsvg PORTVERSION= 1.5.23 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF MAINTAINER= ahicks@p-o.co.uk COMMENT= C++ library to create, manipulate, and render SVG files WWW= http://wxsvg.sourceforge.net/ LICENSE= LGPL21+ LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \ libexpat.so:textproc/expat2 \ libexif.so:graphics/libexif \ libharfbuzz.so:print/harfbuzz USES= compiler:c++11-lib gettext-runtime gmake gnome libtool pathfix pkgconfig tar:bzip2 -USE_WX= 3.1 +USE_WX= 3.2 WX_CONF_ARGS= absolute USE_GNOME= cairo glib20 pango GNU_CONFIGURE= yes CONFIGURE_ENV= LIBAV_CFLAGS="${LIBAV_CFLAGS}" LIBAV_LIBS="${LIBAV_LIBS}" MAKE_ENV= AM_CPPFLAGS="${LIBAV_CFLAGS}" USE_LDCONFIG= yes INSTALL_TARGET= install-strip post-extract: .for i in configure install-sh @${CHMOD} ${BINMODE} ${WRKSRC}/${i} .endfor .include