diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2003-08-12 07:00:31 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2003-08-12 07:00:31 +0000 |
commit | ecf9874ad18c0780edd1e2690cb1577831825997 (patch) | |
tree | ca592bb8af22f2679881fb6529a6afe5fec9b13c /graphics | |
parent | fix typo MASTER_SIET_SUBDIR -> MASTER_SITE_SUBDIR (diff) |
Let Geoffrey Mainland <mainland@apeiron.net> take this port.
Notes
Notes:
svn path=/head/; revision=86794
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/py-imaging/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/py-imaging/Makefile b/graphics/py-imaging/Makefile index 74f9b6d7439f..f79b854468ae 100644 --- a/graphics/py-imaging/Makefile +++ b/graphics/py-imaging/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://www.pythonware.com/downloads/ \ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Imaging-${PORTVERSION} -MAINTAINER= tg@FreeBSD.org +MAINTAINER= mainland@apeiron.net COMMENT= The Python Imaging Library BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter |