diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-04-06 21:04:09 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-04-06 21:04:09 +0800 |
commit | 13312c009ef1fd1aa17df9b28b3c295b2575a574 (patch) | |
tree | 3e2379959e60aa6535feea3db13bb6257f3853d6 /graphics/guilib | |
parent | 9b043bb14c19735a20219fe75d3e8842034c2d10 (diff) | |
download | freebsd-ports-gnome-13312c009ef1fd1aa17df9b28b3c295b2575a574.tar.gz freebsd-ports-gnome-13312c009ef1fd1aa17df9b28b3c295b2575a574.tar.zst freebsd-ports-gnome-13312c009ef1fd1aa17df9b28b3c295b2575a574.zip |
Update MASTER_SITES and WWW.
Diffstat (limited to 'graphics/guilib')
-rw-r--r-- | graphics/guilib/Makefile | 2 | ||||
-rw-r--r-- | graphics/guilib/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/guilib/Makefile b/graphics/guilib/Makefile index 14fed05f4384..3b694817366b 100644 --- a/graphics/guilib/Makefile +++ b/graphics/guilib/Makefile @@ -8,7 +8,7 @@ PORTNAME= guilib PORTVERSION= 1.1.0 CATEGORIES= graphics -MASTER_SITES= http://www.devolution.com/~slouken/SDL/projects/GUIlib/src/ +MASTER_SITES= http://www.libsdl.org/projects/GUIlib/src/ DISTNAME= GUIlib-${PORTVERSION} MAINTAINER= sobomax@FreeBSD.org diff --git a/graphics/guilib/pkg-descr b/graphics/guilib/pkg-descr index 3bb42214eda5..52d94379fd95 100644 --- a/graphics/guilib/pkg-descr +++ b/graphics/guilib/pkg-descr @@ -4,4 +4,4 @@ is by no means a complete windowing system. Feel free to improve it!! :) It contains a C++ GUI class with a very rudimentary C interface, and a set of useful widget classes. -WWW: http://www.devolution.com/~slouken/SDL/projects/GUIlib/index.html +WWW: http://www.libsdl.org/projects/GUIlib/index.html |