From 2a4d14c9fb8cc511c021fd1c60ae626429af8509 Mon Sep 17 00:00:00 2001 From: drochner Date: Wed, 18 Feb 2009 13:57:41 +0000 Subject: quell CHECK_INTERPRETER complaint about a helper script which is not worth a full perl dependency --- editors/TeXmacs/Makefile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'editors') 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" -- cgit v1.2.3