diff options
-rw-r--r-- | print/pkpgcounter/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/print/pkpgcounter/Makefile b/print/pkpgcounter/Makefile index 7ea639ba3a52..bbaa81272f76 100644 --- a/print/pkpgcounter/Makefile +++ b/print/pkpgcounter/Makefile @@ -3,21 +3,21 @@ PORTNAME= pkpgcounter PORTVERSION= 3.50 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= print python MASTER_SITES= http://www.pykota.com/software/pkpgcounter/download/tarballs/ MAINTAINER= ports@FreeBSD.org COMMENT= Count pages and ink coverage percent -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/PIL.pth:${PORTSDIR}/graphics/py-imaging +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow RUN_DEPENDS:= ${BUILD_DEPENDS} LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -USE_PYTHON= yes -USE_PYDISTUTILS= yes +USES= python +USE_PYTHON= distutils PORTDOCS= README COPYING BUGS CREDITS NEWS OPTIONS_DEFINE= DOCS |