diff options
-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 6885ab61574c..d671eafa4ea7 100644 --- a/graphics/qglviewer/Makefile +++ b/graphics/qglviewer/Makefile @@ -10,7 +10,7 @@ PORTNAME= qglviewer PORTVERSION= 1.4 PORTREVISION= 2 CATEGORIES= graphics -MASTER_SITES= http://www.qglviewer.de/ +MASTER_SITES= http://www.gris.uni-tuebingen.de/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 56c2c8c7ea4f..d95a59ac316d 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.qglviewer.de/ +WWW: http://www.gris.uni-tuebingen.de/projects/qglviewer/ |