diff options
author | thierry <thierry@FreeBSD.org> | 2004-12-06 18:15:11 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2004-12-06 18:15:11 +0800 |
commit | 0b61abdb7edb1421e82b98cc0dc6ddb8f513ba72 (patch) | |
tree | 4196732d2c59cd4a33a55a0f14cc0f57534ddf32 /graphics/xd3d/Makefile | |
parent | 6f5a75867a510ad6ebfed910973cf41eb83565b8 (diff) | |
download | freebsd-ports-gnome-0b61abdb7edb1421e82b98cc0dc6ddb8f513ba72.tar.gz freebsd-ports-gnome-0b61abdb7edb1421e82b98cc0dc6ddb8f513ba72.tar.zst freebsd-ports-gnome-0b61abdb7edb1421e82b98cc0dc6ddb8f513ba72.zip |
Upgrade to 8.2.2 (bugfix release).
Diffstat (limited to 'graphics/xd3d/Makefile')
-rw-r--r-- | graphics/xd3d/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/xd3d/Makefile b/graphics/xd3d/Makefile index 06718cb52097..8e1e649817d0 100644 --- a/graphics/xd3d/Makefile +++ b/graphics/xd3d/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xd3d -PORTVERSION= 8.2.1 +PORTVERSION= 8.2.2 CATEGORIES= graphics math MASTER_SITES= http://www.cmap.polytechnique.fr/~jouve/xd3d/ @@ -19,8 +19,7 @@ COMMENT= A simple scientific visualization tool # - WITHOUT_IMAGEMAGICK : if you don't need to export bitmap images # in gif or png format; # -# - WITHOUT_GIFSICLE : if you want to generate some nice animated -# gifs; +# - WITHOUT_GIFSICLE : if you don't need to generate animated gifs; # # - MEMORY_XD3D : Max memory for xd3d (MBytes, 64 by default) # |