diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2004-03-07 02:20:24 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2004-03-07 02:20:24 +0000 |
commit | 333715f4e41a4ea566d9b3219b98c1f5b50c9ad1 (patch) | |
tree | c504f8b6dd55af24d603a0c0553a1acd5aa82598 /graphics/py-gd | |
parent | Maintainer reports being unable to look after this port any longer. (diff) |
Fix NO_SIZE to DISABLE_SIZE.
Pointed out by: Jason Harris <jharris@widomaker.com>
Notes
Notes:
svn path=/head/; revision=103159
Diffstat (limited to 'graphics/py-gd')
-rw-r--r-- | graphics/py-gd/Makefile | 2 | ||||
-rw-r--r-- | graphics/py-gd/distinfo | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/graphics/py-gd/Makefile b/graphics/py-gd/Makefile index d7053ffd088e..36e12576b095 100644 --- a/graphics/py-gd/Makefile +++ b/graphics/py-gd/Makefile @@ -23,7 +23,7 @@ USE_REINPLACE= yes USE_PYTHON= yes USE_PYDISTUTILS= yes USE_PYTHON_PREFIX= yes -NO_SIZE= yes +DISABLE_SIZE= yes PYSETUP= Setup.py EXAMPLESDIR= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME} diff --git a/graphics/py-gd/distinfo b/graphics/py-gd/distinfo index 4823158c9501..ef84a71ca322 100644 --- a/graphics/py-gd/distinfo +++ b/graphics/py-gd/distinfo @@ -1 +1,2 @@ MD5 (gdmodule-0.52.tar.gz) = 7322e7cc82c21765989053fd9a55e1ac +SIZE (gdmodule-0.52.tar.gz) = 47579 |