diff options
-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" |