diff options
author | William Grzybowski <wg@FreeBSD.org> | 2014-10-06 17:53:53 +0000 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2014-10-06 17:53:53 +0000 |
commit | 4533d491248b53d778843f4dd322772540cc9c16 (patch) | |
tree | 9853870e124dd01e46a0306adecae116fe3a167a /print/pkpgcounter | |
parent | e34f57b8cdef09c4aa9e287207e417a0a7c5739d (diff) | |
download | ports-4533d491248b53d778843f4dd322772540cc9c16.tar.gz ports-4533d491248b53d778843f4dd322772540cc9c16.zip |
Notes
Diffstat (limited to 'print/pkpgcounter')
-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 |