diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-24 17:16:56 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-24 17:16:56 +0000 |
commit | 48570eef1f775d6846b3afd1df7bfaa350f51d69 (patch) | |
tree | 11ac4140be89cda7397fa16f0678a73acb7c0d00 /math/graphthing | |
parent | 9576516d0be384f13c110aceaf2ba50a84e3e28d (diff) |
Notes
Diffstat (limited to 'math/graphthing')
-rw-r--r-- | math/graphthing/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/math/graphthing/Makefile b/math/graphthing/Makefile index b98b34c25533..41d65b89989b 100644 --- a/math/graphthing/Makefile +++ b/math/graphthing/Makefile @@ -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, manipulate, and study graphs 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 |