Index: head/graphics/py-djvulibre/Makefile =================================================================== --- head/graphics/py-djvulibre/Makefile (revision 567539) +++ head/graphics/py-djvulibre/Makefile (revision 567540) @@ -1,26 +1,23 @@ # Created by: Yuri Victorovich # $FreeBSD$ PORTNAME= python-djvulibre DISTVERSION= 0.8.6 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Python support for the DjVu image format LICENSE= GPLv2 LIB_DEPENDS= libdjvulibre.so:graphics/djvulibre USES= python:3.6+ pkgconfig USE_PYTHON= distutils cython autoplist -post-patch: - @${REINPLACE_CMD} -e "s|'python'|'${PYTHON_CMD}'|g" ${WRKSRC}/setup.py - post-install: @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/djvu/*.so .include