aboutsummaryrefslogtreecommitdiff
path: root/net/boinc-client
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-04-08 15:39:47 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-04-08 15:39:47 +0000
commit7f29068867794296c226d1392fd07abb730c0488 (patch)
treeca458f4f8fdf2452599fcd5bbc6ba5a1e2dab6b3 /net/boinc-client
parentefda38ef6b31a72f5abad0881298df3c296bba7b (diff)
downloadports-7f29068867794296c226d1392fd07abb730c0488.tar.gz
ports-7f29068867794296c226d1392fd07abb730c0488.zip
Use unicode version of wx 2.8
Notes
Notes: svn path=/head/; revision=350628
Diffstat (limited to 'net/boinc-client')
-rw-r--r--net/boinc-client/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/boinc-client/Makefile b/net/boinc-client/Makefile
index 69c077883010..8398e66a47db 100644
--- a/net/boinc-client/Makefile
+++ b/net/boinc-client/Makefile
@@ -11,8 +11,7 @@ MASTER_SITE_SUBDIR=rene
MAINTAINER= ports@FreeBSD.org
COMMENT= Berkeley Open Infrastructure for Network Computing client
-USES= dos2unix gmake pkgconfig
-USE_XZ= yes
+USES= dos2unix gmake pkgconfig tar:xz
GNU_CONFIGURE= yes
USE_AUTOTOOLS= autoconf:env automake:env libtoolize:env
USE_LDCONFIG= yes
@@ -58,7 +57,7 @@ MANAGER_LIB_DEPENDS= libnotify.so:${PORTSDIR}/devel/libnotify \
MANAGER_CONFIGURE_ON= --with-sqlite3-prefix=${LOCALBASE}
MANAGER_CONFIGURE_OFF= --with-wx-config=false --without-x
MANAGER_CONFIGURE_ENABLE=manager
-MANAGER_USE= XORG=x11 WX=2.8+
+MANAGER_USE= XORG=x11 WX=2.8
CLIENT_CONFIGURE_ENABLE=client
CLIENT_LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl
@@ -78,6 +77,7 @@ X11_USE= GL=glut XORG=xmu,xi
.if ${PORT_OPTIONS:MMANAGER}
#PORT_OPTIONS+= CLIENT X11
WX_CONF_ARGS= absolute
+WX_UNICODE= yes
. if ${OSVERSION} < 900506 || (${OSVERSION} >= 1000000 && ${OSVERSION} < 1000002)
CPPFLAGS+= -DNO_PER_THREAD_LOCALE
. endif