diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2006-12-13 12:56:01 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2006-12-13 12:56:01 +0000 |
commit | 2db91e4f1f0c3c7b7780c0d6c05695db86abf9b1 (patch) | |
tree | 6b247ff4007c8dea92eea8b86b6b21bbea8e49cd /graphics | |
parent | ddc77bce40defad6695df72fe65c2175cb78d65f (diff) |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/freeimage/Makefile | 2 | ||||
-rw-r--r-- | graphics/py-freeimagepy/Makefile | 2 | ||||
-rw-r--r-- | graphics/py-gdchart2/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/graphics/freeimage/Makefile b/graphics/freeimage/Makefile index 2cc80195c9a1..98e83c845755 100644 --- a/graphics/freeimage/Makefile +++ b/graphics/freeimage/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= FreeImage${PORTVERSION:S/.//g} -MAINTAINER= whitekid@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= An open source graphics library WRKSRC= ${WRKDIR}/FreeImage diff --git a/graphics/py-freeimagepy/Makefile b/graphics/py-freeimagepy/Makefile index e398d86f0c98..ce8bf778259d 100644 --- a/graphics/py-freeimagepy/Makefile +++ b/graphics/py-freeimagepy/Makefile @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= FreeImagePy_w_dll_${PORTVERSION} -MAINTAINER= whitekid@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= A FreeImage library python wrapper LIB_DEPENDS= freeimage:${PORTSDIR}/graphics/freeimage diff --git a/graphics/py-gdchart2/Makefile b/graphics/py-gdchart2/Makefile index 9366746b5c39..58c9e6eea8bf 100644 --- a/graphics/py-gdchart2/Makefile +++ b/graphics/py-gdchart2/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.nullcube.com/software/pygdchart2/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= pygdchart2 -MAINTAINER= whitekid@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Python interface to GDChart2 LIB_DEPENDS= gdc.1:${PORTSDIR}/graphics/gdchart |