diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2011-08-21 16:12:46 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2011-08-21 16:12:46 +0000 |
commit | 74db23578541b772b86b24acfa229251e85d72b8 (patch) | |
tree | e528633a47e3e4956586c9eb066ea85de594c9e7 /graphics | |
parent | 4a44907122378cb6b020b3813589b8b4cd2ffab5 (diff) |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/linux-f10-glew/Makefile | 2 | ||||
-rw-r--r-- | graphics/scr2png/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/linux-f10-glew/Makefile b/graphics/linux-f10-glew/Makefile index 9045364443f3..d3e3cc363d74 100644 --- a/graphics/linux-f10-glew/Makefile +++ b/graphics/linux-f10-glew/Makefile @@ -12,7 +12,7 @@ CATEGORIES= graphics linux PKGNAMEPREFIX= linux-f10- DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} -MAINTAINER= ports@eitanadler.com +MAINTAINER= eadler@freebsd.org COMMENT= OpenGL Extension Wrangler Library (Linux Fedora 10) ONLY_FOR_ARCHS= i386 amd64 diff --git a/graphics/scr2png/Makefile b/graphics/scr2png/Makefile index 035eb4ed1285..026a81b9b117 100644 --- a/graphics/scr2png/Makefile +++ b/graphics/scr2png/Makefile @@ -12,7 +12,7 @@ CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= nik -MAINTAINER= ports@eitanadler.com +MAINTAINER= eadler@freebsd.org COMMENT= Converts the output of "vidcontrol -p" to PNG LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd |