diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2000-10-27 11:18:16 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2000-10-27 11:18:16 +0000 |
commit | 603ccd3724c33b800cbc152e493b3a5182ca83cf (patch) | |
tree | 113ecd24bd9cf2ee8709a74e06602219565d877d /graphics/py-imaging/Makefile | |
parent | 140dfabd8f5c3c2d278cf4a135274e6cd64addd5 (diff) | |
download | ports-603ccd3724c33b800cbc152e493b3a5182ca83cf.tar.gz ports-603ccd3724c33b800cbc152e493b3a5182ca83cf.zip |
Notes
Diffstat (limited to 'graphics/py-imaging/Makefile')
-rw-r--r-- | graphics/py-imaging/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/py-imaging/Makefile b/graphics/py-imaging/Makefile index 76d8fc8e18c7..5b884608eaad 100644 --- a/graphics/py-imaging/Makefile +++ b/graphics/py-imaging/Makefile @@ -6,12 +6,12 @@ # PORTNAME= imaging -PORTVERSION= 1.1 +PORTVERSION= 1.1.1 CATEGORIES= graphics python MASTER_SITES= http://www.pythonware.com/downloads/ \ ftp://www.python.org/pub/python/src/ \ ftp://ftp.cwi.nl/pub/python/src/ -PKGNAMEPREFIX= py- +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Imaging-${PORTVERSION} MAINTAINER= tg@FreeBSD.org |