diff options
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 |