diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-04-06 13:04:09 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-04-06 13:04:09 +0000 |
commit | 47631cb45d85743754805c8149b599883ee95fd7 (patch) | |
tree | 93c3172421aa7a2aa37833e216869f073a5d7e56 /graphics/guilib | |
parent | Add procmail as a RUN_DEPENDS. Highly overlooked. (diff) |
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 |