diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2005-11-12 18:19:32 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2005-11-12 18:19:32 +0000 |
commit | c43ce81052f4d108a809e26b88c4a88a30dc051c (patch) | |
tree | 6961400887415665fe3f80725e3ff3c2acf73f6a /math/graphthing/Makefile | |
parent | 351dfb0b245c4590a709d0122b154c7397013420 (diff) | |
download | ports-c43ce81052f4d108a809e26b88c4a88a30dc051c.tar.gz ports-c43ce81052f4d108a809e26b88c4a88a30dc051c.zip |
Notes
Diffstat (limited to 'math/graphthing/Makefile')
-rw-r--r-- | math/graphthing/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/math/graphthing/Makefile b/math/graphthing/Makefile index 41b6409ee705..ac4512122f38 100644 --- a/math/graphthing/Makefile +++ b/math/graphthing/Makefile @@ -7,12 +7,11 @@ # PORTNAME= graphthing -PORTVERSION= 1.2 -PORTREVISION= 1 +PORTVERSION= 1.2.1 CATEGORIES= math MASTER_SITES= http://graph.seul.org/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= arved@FreeBSD.org COMMENT= A tool that allows you to create, manipulate and study graphs LIB_DEPENDS= wx_gtk2_core-2.6.0:${PORTSDIR}/x11-toolkits/wxgtk26 |