diff options
author | mva <mva@FreeBSD.org> | 2014-10-21 16:36:12 +0000 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2014-10-21 16:36:12 +0000 |
commit | 6531e10a72486b9c5258ee0aeb2135501a9066ec (patch) | |
tree | 6c81a8048a5cb3b8b09b589e7ef9bc5732d5be77 /graphics/curator | |
parent | add0403efe14aab57fd40859154311e3e775bb35 (diff) | |
download | FreeBSD-ports-6531e10a72486b9c5258ee0aeb2135501a9066ec.zip FreeBSD-ports-6531e10a72486b9c5258ee0aeb2135501a9066ec.tar.gz |
- Convert ports of graphics/ to new USES=python
Approved by: portmgr (implicit)
Diffstat (limited to 'graphics/curator')
-rw-r--r-- | graphics/curator/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/curator/Makefile b/graphics/curator/Makefile index 761b45a..2fb1612 100644 --- a/graphics/curator/Makefile +++ b/graphics/curator/Makefile @@ -10,9 +10,8 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Static Image Gallery Generator for web or CD-ROM galleries -USE_PYTHON= yes -USE_PYDISTUTILS=yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist OPTIONS_DEFINE= PIL PIL_DESC= Use Python Imaging Library instead of ImageMagick |