Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Mar 2014 17:16:56 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r349032 - head/math/graphthing
Message-ID:  <201403241716.s2OHGun6098835@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Mar 24 17:16:56 2014
New Revision: 349032
URL: http://svnweb.freebsd.org/changeset/ports/349032
QAT: https://qat.redports.org/buildarchive/r349032/

Log:
  Use only 2.8 and unicode version of wxGTK

Modified:
  head/math/graphthing/Makefile

Modified: head/math/graphthing/Makefile
==============================================================================
--- head/math/graphthing/Makefile	Mon Mar 24 17:11:45 2014	(r349031)
+++ head/math/graphthing/Makefile	Mon Mar 24 17:16:56 2014	(r349032)
@@ -3,7 +3,7 @@
 
 PORTNAME=	graphthing
 PORTVERSION=	1.3.2
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	math
 MASTER_SITES=	http://graph.seul.org/
 
@@ -13,10 +13,10 @@ COMMENT=	Tool that allows you to create,
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USE_BZIP2=	yes
 USE_GNOME=	gtk20
-USES=		bison gmake
-USE_WX=		2.6+
+USES=		bison gmake tar:bzip2
+USE_WX=		2.8
+WX_UNICODE=	yes
 WX_CONF_ARGS=	absolute
 GNU_CONFIGURE=	yes
 MAKEFILE=	GNUmakefile



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403241716.s2OHGun6098835>