diff options
author | mva <mva@FreeBSD.org> | 2014-10-08 00:55:22 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2014-10-08 00:55:22 +0800 |
commit | 303e58d8f3e94feef636442f1fc2f6f54a9badcc (patch) | |
tree | 6d8a73ea9e88951c6444e16301ac129b451fa465 /graphics | |
parent | 3bb31167975c91bd974359a542e01bbc17a5a37c (diff) | |
download | freebsd-ports-gnome-303e58d8f3e94feef636442f1fc2f6f54a9badcc.tar.gz freebsd-ports-gnome-303e58d8f3e94feef636442f1fc2f6f54a9badcc.tar.zst freebsd-ports-gnome-303e58d8f3e94feef636442f1fc2f6f54a9badcc.zip |
- Make py-imaging concurrently available for different Python versions
- Fix WWW: spacing, while here
PR: 194211
Submitted by: myself
Approved by: mainland@apeiron.net (maintainer)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/py-imaging/Makefile | 7 | ||||
-rw-r--r-- | graphics/py-imaging/pkg-descr | 2 |
2 files changed, 3 insertions, 6 deletions
diff --git a/graphics/py-imaging/Makefile b/graphics/py-imaging/Makefile index 21fc862f0ba8..e782aaee9b65 100644 --- a/graphics/py-imaging/Makefile +++ b/graphics/py-imaging/Makefile @@ -3,7 +3,7 @@ PORTNAME= imaging PORTVERSION= 1.1.7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics python MASTER_SITES= http://effbot.org/media/downloads/ \ http://www.pythonware.net/storage/ @@ -21,15 +21,12 @@ UNIQUENAME= py-${PORTNAME} USES= python DIST_SUBDIR= python -USE_PYTHON= distutils autoplist +USE_PYTHON= distutils autoplist concurrent PLIST_FILES= %%PYTHON_INCLUDEDIR%%/ImPlatform.h %%PYTHON_INCLUDEDIR%%/Imaging.h PORTDOCS= * PORTEXAMPLES= * -DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} -EXAMPLESDIR= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME} - OPTIONS_DEFINE= DOCS TKINTER TKINTER_DESC= tkinter for X support diff --git a/graphics/py-imaging/pkg-descr b/graphics/py-imaging/pkg-descr index b5e91e5032fc..b74c2ad1e418 100644 --- a/graphics/py-imaging/pkg-descr +++ b/graphics/py-imaging/pkg-descr @@ -5,7 +5,7 @@ image processing capabilities. The main distribution site for this software is: -WWW: http://www.pythonware.com/products/pil/index.htm +WWW: http://www.pythonware.com/products/pil/index.htm The PIL handbook is not included in this distribution; to get the latest version, check: |