summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-05-22 19:17:25 +0000
committerrillig <rillig@pkgsrc.org>2020-05-22 19:17:25 +0000
commitb302a639dd84552b6d8e19f18fae112778ec5e3b (patch)
treec5301da50f1803a17e70523ff1ceb7ca2959fcfe /print
parent79766c0ad1e43015f991dd1f234e51d42a2b972f (diff)
downloadpkgsrc-b302a639dd84552b6d8e19f18fae112778ec5e3b.tar.gz
print/pdf-redact-tools: remove unnecessary REPLACE_PYTHON
The file was not found because of a typo in the filename, and the package still got installed correctly since Python fixes the interpreter itself.
Diffstat (limited to 'print')
-rw-r--r--print/pdf-redact-tools/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/print/pdf-redact-tools/Makefile b/print/pdf-redact-tools/Makefile
index 6c4a9ae8635..b5f4e3ca29d 100644
--- a/print/pdf-redact-tools/Makefile
+++ b/print/pdf-redact-tools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2019/04/25 07:33:14 maya Exp $
+# $NetBSD: Makefile,v 1.4 2020/05/22 19:17:25 rillig Exp $
DISTNAME= pdf-redact-tools-0.1
PKGREVISION= 1
@@ -16,8 +16,6 @@ DEPENDS+= p5-Image-ExifTool-[0-9]*:../../graphics/p5-Image-ExifTool
USE_LANGUAGES= # none
-REPLACE_PYTHON= pdf-react-tools
-
.include "../../lang/python/application.mk"
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"