diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-12-21 20:41:33 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-12-21 20:41:33 +0000 |
commit | 23ac2035b951ec8a0eaa2e05ea5626f0f3a8511c (patch) | |
tree | b7c24b483a79e44fb1b7085a28da5450b707cf24 /graphics/gnash | |
parent | 41e5245811885d7f12ba54fb56f717ba3639770c (diff) |
Notes
Diffstat (limited to 'graphics/gnash')
-rw-r--r-- | graphics/gnash/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gnash/Makefile b/graphics/gnash/Makefile index 80a9de8726e3..155bf87755ba 100644 --- a/graphics/gnash/Makefile +++ b/graphics/gnash/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: gnash # Date created: 12 Jan 2006 -# Whom: Dmitry Marakasov <amdmi3@mail.ru> +# Whom: Dmitry Marakasov <amdmi3@amdmi3.ru> # # $FreeBSD$ # @@ -12,7 +12,7 @@ CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTVERSION} -MAINTAINER= amdmi3@mail.ru +MAINTAINER= amdmi3@amdmi3.ru COMMENT= GNU Flash movie player LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ |