summaryrefslogtreecommitdiff
path: root/editors/TeXmacs
diff options
context:
space:
mode:
authordrochner <drochner>2009-02-18 13:57:41 +0000
committerdrochner <drochner>2009-02-18 13:57:41 +0000
commit2a4d14c9fb8cc511c021fd1c60ae626429af8509 (patch)
tree30c083c4fe559467bfb943fa93f26d0123e66b85 /editors/TeXmacs
parent4a9390bbf6eae4f2f899d1891bf65ec54f1fdc05 (diff)
downloadpkgsrc-2a4d14c9fb8cc511c021fd1c60ae626429af8509.tar.gz
quell CHECK_INTERPRETER complaint about a helper script which is
not worth a full perl dependency
Diffstat (limited to 'editors/TeXmacs')
-rw-r--r--editors/TeXmacs/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/editors/TeXmacs/Makefile b/editors/TeXmacs/Makefile
index 170215ff816..171438d534d 100644
--- a/editors/TeXmacs/Makefile
+++ b/editors/TeXmacs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.79 2009/02/11 17:53:40 drochner Exp $
+# $NetBSD: Makefile,v 1.80 2009/02/18 13:57:41 drochner Exp $
DISTNAME= TeXmacs-1.0.6.15-src
PKGNAME= ${DISTNAME:S/-src//}
@@ -45,6 +45,14 @@ pre-install:
${RM} -f ${WRKSRC}/TeXmacs/doc/devel/format/.log
${FIND} ${WRKSRC}/plugins/ -name '*.orig' | ${XARGS} ${RM}
+# just a helper script, not worth a full perl dependency
+CHECK_INTERPRETER_SKIP= libexec/TeXmacs/bin/bbox_add.pl
+# but be friendly and set the path to something reasonable
+REPLACE_INTERPRETER+= optionalperl
+REPLACE.optionalperl.old= .*perl[^[:space:]]*
+REPLACE.optionalperl.new= ${LOCALBASE}/bin/perl
+REPLACE_FILES.optionalperl= plugins/feynmf/bin/bbox_add.pl
+
BUILDLINK_DEPMETHOD.libXt?= build
.include "../../converters/libiconv/buildlink3.mk"