diff options
author | brian <brian@FreeBSD.org> | 2002-03-13 11:31:08 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 2002-03-13 11:31:08 +0000 |
commit | 4edd6addf590213e7ee9443ec28b3b928920441d (patch) | |
tree | 0478f0014bec6141a78967d47c2d2ba2fb056d9f /graphics | |
parent | 8d429d8f89ec19553130a943ec497fe8f69d851a (diff) | |
download | FreeBSD-ports-4edd6addf590213e7ee9443ec28b3b928920441d.zip FreeBSD-ports-4edd6addf590213e7ee9443ec28b3b928920441d.tar.gz |
brian@Awfulhak.org => brian@FreeBSD.org
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/vlc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/vlc/Makefile b/graphics/vlc/Makefile index 899c0a6..f73ff04 100644 --- a/graphics/vlc/Makefile +++ b/graphics/vlc/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: vlc # Date created: 3rd August 2001 -# Whom: Brian Somers <brian@Awfulhak.org> +# Whom: Brian Somers <brian@FreeBSD.org> # # $FreeBSD$ # @@ -12,7 +12,7 @@ MASTER_SITES= http://www.videolan.org/pub/videolan/vlc/${PORTVERSION}/ \ ftp://ftp.Awfulhak.org/pub/vlc/ \ http://people.FreeBSD.org/~brian/vlc/ -MAINTAINER= brian@Awfulhak.org +MAINTAINER= brian@FreeBSD.org LIB_DEPENDS= SDL-1.1:${PORTSDIR}/devel/sdl12 |