diff options
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 761b45a0c20f..2fb161234d30 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 |