svn commit: r349032 - head/math/graphthing

Baptiste Daroussin bapt at FreeBSD.org
Mon Mar 24 17:16:57 UTC 2014


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


More information about the svn-ports-head mailing list