diff options
author | drochner <drochner@pkgsrc.org> | 2009-02-18 13:57:41 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2009-02-18 13:57:41 +0000 |
commit | 86b17053004f5b03e3d957b6ce11ca8e5b171bcd (patch) | |
tree | 30c083c4fe559467bfb943fa93f26d0123e66b85 /editors/TeXmacs | |
parent | 7d8b36f23703ae60b3a56a859809c17494026aa4 (diff) | |
download | pkgsrc-86b17053004f5b03e3d957b6ce11ca8e5b171bcd.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/Makefile | 10 |
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" |