diff options
author | danfe <danfe@FreeBSD.org> | 2016-01-27 22:38:12 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2016-01-27 22:38:12 +0800 |
commit | 6a67fe571b5614dc2cc8f20997b228cb2f65bad9 (patch) | |
tree | c4da7a9e08ae5ee439f551b456cd98dd77b55fc6 /x11-toolkits/wxgtk30/Makefile | |
parent | 7c76a32cd90f5df0211c6d59c1c7af43e78e6517 (diff) | |
download | freebsd-ports-gnome-6a67fe571b5614dc2cc8f20997b228cb2f65bad9.tar.gz freebsd-ports-gnome-6a67fe571b5614dc2cc8f20997b228cb2f65bad9.tar.zst freebsd-ports-gnome-6a67fe571b5614dc2cc8f20997b228cb2f65bad9.zip |
- Fix a typo made in r356451 as part of conversion to option helpers:
GSTREAMER_ENABLE -> GSTREAMER_CONFIGURE_ENABLE
- Remove --with-libmspack from initial CONFIGURE_ARGS since it has its
own option and controlled via MSPACK_CONFIGURE_WITH knob
- Enable building of wxStackWalker class for getting backtraces, some
software requires it
Diffstat (limited to 'x11-toolkits/wxgtk30/Makefile')
-rw-r--r-- | x11-toolkits/wxgtk30/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/x11-toolkits/wxgtk30/Makefile b/x11-toolkits/wxgtk30/Makefile index 9a7793189454..284d47fecb8d 100644 --- a/x11-toolkits/wxgtk30/Makefile +++ b/x11-toolkits/wxgtk30/Makefile @@ -2,7 +2,7 @@ PORTNAME= wx PORTVERSION= 3.0.2 -PORTREVISION?= 3 +PORTREVISION?= 4 CATEGORIES= x11-toolkits MASTER_SITES= SF/wxwindows/${PORTVERSION} PKGNAMESUFFIX= 30-gtk2 @@ -15,7 +15,7 @@ LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \ libtiff.so:${PORTSDIR}/graphics/tiff \ libexpat.so:${PORTSDIR}/textproc/expat2 -USES= compiler:c++11-lib gmake iconv jpeg pkgconfig tar:bzip2 +USES= compiler:c++11-lib execinfo gmake iconv jpeg pkgconfig tar:bzip2 USE_XORG= x11 sm xxf86vm xinerama USE_GL= glu USE_GNOME= gtk20 @@ -27,9 +27,8 @@ CONFIGURE_ARGS= --with-libpng=sys \ --with-zlib=sys \ --with-expat=sys \ --with-opengl \ - --with-libmspack \ --with-gtk \ - --disable-backtrace \ + --enable-backtrace \ --enable-graphics_ctx \ --enable-compat26 \ --enable-compat28 @@ -46,8 +45,10 @@ MSPACK_DESC= Microsoft archives support OPTIONS_SUB= yes NLS_USES= gettext -GSTREAMER_ENABLE= mediactrl + +GSTREAMER_CONFIGURE_ENABLE= mediactrl GSTREAMER_USE= GNOME=gconf2 GSTREAMER=yes + MSPACK_CONFIGURE_WITH= libmspack MSPACK_LIB_DEPENDS= libmspack.so:${PORTSDIR}/archivers/libmspack |