diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-05-17 11:18:29 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-05-17 11:18:29 +0000 |
commit | cb52fef94bb22e876741458b1743ea0eb3eb954c (patch) | |
tree | c4bbd6b10a39794e30eca3d8f3b0103adb378ded /devel/sdl12 | |
parent | 2fc2dde59c41cacfaadb54094261e6ee31a7a17b (diff) | |
download | ports-cb52fef94bb22e876741458b1743ea0eb3eb954c.tar.gz ports-cb52fef94bb22e876741458b1743ea0eb3eb954c.zip |
Notes
Diffstat (limited to 'devel/sdl12')
-rw-r--r-- | devel/sdl12/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/sdl12/Makefile b/devel/sdl12/Makefile index 632e2caa41b4..fb4e9ffb11ef 100644 --- a/devel/sdl12/Makefile +++ b/devel/sdl12/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: SDL # Date created: 1 April 2000 -# Whom: Maxim Sobolev <sobomax@altavista.net> +# Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ # @@ -11,7 +11,7 @@ CATEGORIES= devel MASTER_SITES= http://www.devolution.com/~slouken/SDL/release/ DISTNAME= SDL-${PORTVERSION} -MAINTAINER= sobomax@altavista.net +MAINTAINER= sobomax@FreeBSD.org LIB_DEPENDS= esd.2:${PORTSDIR}/audio/esound \ aa.1:${PORTSDIR}/graphics/aalib \ |