diff options
Diffstat (limited to 'print/pdfshuffler/Makefile')
-rw-r--r-- | print/pdfshuffler/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/pdfshuffler/Makefile b/print/pdfshuffler/Makefile index 7a05ca3b0e5..c96355c3e57 100644 --- a/print/pdfshuffler/Makefile +++ b/print/pdfshuffler/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2019/04/25 07:33:14 maya Exp $ +# $NetBSD: Makefile,v 1.9 2019/04/26 13:14:11 maya Exp $ DISTNAME= pdfshuffler-0.6.0 PKGREVISION= 1 @@ -16,7 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-gtk2-[0-9]*:../../x11/py-gtk2 USE_LANGUAGES= # none REPLACE_PYTHON= pdfshuffler/pdfshuffler.py pdfshuffler/pdfshuffler_iconview.py -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-gtk2 SUBST_CLASSES+= manpath SUBST_FILES.manpath+= setup.py |