diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2007-03-18 20:58:56 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2007-03-18 20:58:56 +0000 |
commit | 7ff215579870c9cb8c827facf8236519242ab4b8 (patch) | |
tree | 3f990fcffe6452e29e7e27c43d741c8d1df80970 /graphics/qglviewer | |
parent | 1d404301beeba01092598f3c06f4f59ffdc3af33 (diff) | |
download | ports-7ff215579870c9cb8c827facf8236519242ab4b8.tar.gz ports-7ff215579870c9cb8c827facf8236519242ab4b8.zip |
Notes
Diffstat (limited to 'graphics/qglviewer')
-rw-r--r-- | graphics/qglviewer/Makefile | 2 | ||||
-rw-r--r-- | graphics/qglviewer/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/qglviewer/Makefile b/graphics/qglviewer/Makefile index f971cc8705bf..6b9fabc77070 100644 --- a/graphics/qglviewer/Makefile +++ b/graphics/qglviewer/Makefile @@ -10,7 +10,7 @@ PORTNAME= qglviewer PORTVERSION= 1.4 PORTREVISION= 3 CATEGORIES= graphics -MASTER_SITES= http://www.gris.uni-tuebingen.de/projects/qglviewer/ +MASTER_SITES= http://www.gris.uni-tuebingen.de/grisalt/projects/qglviewer/ MAINTAINER= ports@FreeBSD.org COMMENT= Use OpenGL to play around with three dimensional scenes diff --git a/graphics/qglviewer/pkg-descr b/graphics/qglviewer/pkg-descr index d95a59ac316d..01d9e8378873 100644 --- a/graphics/qglviewer/pkg-descr +++ b/graphics/qglviewer/pkg-descr @@ -9,4 +9,4 @@ a light source editor and a simple scene tree are provided. All of the QGLViewer helper classes (such as vectors, points, the camera, etc.) are serializable using the Qt-builtin XML facility. -WWW: http://www.gris.uni-tuebingen.de/projects/qglviewer/ +WWW: http://www.gris.uni-tuebingen.de/grisalt/projects/qglviewer/ |