diff options
author | arved <arved@FreeBSD.org> | 2003-03-24 07:15:26 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-03-24 07:15:26 +0800 |
commit | fc29615f54eafd7ec8a30c62b6c71056badffceb (patch) | |
tree | e7134b7d5c70072e840f19b5e26912f68a4ccd8e /math/graphthing/Makefile | |
parent | e80584120fa5db148159d7f5db0f766ece828b79 (diff) | |
download | freebsd-ports-gnome-fc29615f54eafd7ec8a30c62b6c71056badffceb.tar.gz freebsd-ports-gnome-fc29615f54eafd7ec8a30c62b6c71056badffceb.tar.zst freebsd-ports-gnome-fc29615f54eafd7ec8a30c62b6c71056badffceb.zip |
Update to 0.9.1.
Diffstat (limited to 'math/graphthing/Makefile')
-rw-r--r-- | math/graphthing/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/math/graphthing/Makefile b/math/graphthing/Makefile index 7fb178a7762e..56553d436473 100644 --- a/math/graphthing/Makefile +++ b/math/graphthing/Makefile @@ -7,9 +7,9 @@ # PORTNAME= graphthing -PORTVERSION= 0.7 +PORTVERSION= 0.9.1 CATEGORIES= math -MASTER_SITES= http://members.optushome.com.au/davidsymonds/gt/ +MASTER_SITES= http://graph.seul.org/ MAINTAINER= ports@FreeBSD.org COMMENT= A tool that allows you to create, manipulate and study graphs @@ -18,11 +18,12 @@ LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext \ gtkmm.2:${PORTSDIR}/x11-toolkits/gtk-- USE_BISON= yes +USE_BZIP2= yes USE_GNOMENG= yes USE_GNOME= gtk12 GNU_CONFIGURE= yes USE_GMAKE= yes -CONFIGURE_ARGS= --without-included-gettext \ +CONFIGURE_ARGS= --without-included-gettext .include <bsd.port.mk> |