diff options
author | bapt <bapt@FreeBSD.org> | 2014-03-24 23:53:25 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-03-24 23:53:25 +0800 |
commit | 3c9cc15c98897e1c71a97ea3c5824349d87c1e03 (patch) | |
tree | d2c94b138b7d4de1d63c0990f2e505a4f08de2ac /graphics/wxsvg | |
parent | d38918c2a7ec7f5717bf03b3c42662ea1b9c8aac (diff) | |
download | freebsd-ports-gnome-3c9cc15c98897e1c71a97ea3c5824349d87c1e03.tar.gz freebsd-ports-gnome-3c9cc15c98897e1c71a97ea3c5824349d87c1e03.tar.zst freebsd-ports-gnome-3c9cc15c98897e1c71a97ea3c5824349d87c1e03.zip |
Convert wxsvg to use wxGTK 3.0
Remove the component part from bsd.wx.mk as only dvdstyler uses it
Make dvdstyle use wxGTK 3.0
Diffstat (limited to 'graphics/wxsvg')
-rw-r--r-- | graphics/wxsvg/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/wxsvg/Makefile b/graphics/wxsvg/Makefile index 2466fa7ffd0b..cced441d58b7 100644 --- a/graphics/wxsvg/Makefile +++ b/graphics/wxsvg/Makefile @@ -3,7 +3,7 @@ PORTNAME= wxsvg PORTVERSION= 1.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= SF @@ -15,9 +15,9 @@ LICENSE= LGPL21 # (or later) LIB_DEPENDS= libavcodec.so:${PORTSDIR}/multimedia/ffmpeg \ libexpat.so:${PORTSDIR}/textproc/expat2 -USE_BZIP2= yes -USES= gmake pathfix pkgconfig -USE_WX= yes +USES= gmake pathfix pkgconfig tar:bzip2 +USE_WX= 3.0 +WX_UNICODE= yes WX_CONF_ARGS= absolute USE_GNOME= cairo GNU_CONFIGURE= yes |