From 1381553e6ab991d87b4765b7b7dc3bb8c7592a39 Mon Sep 17 00:00:00 2001 From: "Zane C. Bowers-Hadley" Date: Sun, 20 Jun 2021 07:29:44 +0800 Subject: [PATCH] math/PDL: remove dependency on astro/saoimage as it is no longer in the ports This fixes build of non-default option SINK PR: 256588 --- math/PDL/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/math/PDL/Makefile b/math/PDL/Makefile index bde5189a70ae..b36bba2f840f 100644 --- a/math/PDL/Makefile +++ b/math/PDL/Makefile @@ -75,8 +75,7 @@ PROJ_LIB_DEPENDS= libproj.so:graphics/proj READLINE_RUN_DEPENDS= p5-Term-ReadLine-Gnu>=0:devel/p5-Term-ReadLine-Gnu READLINE_RUN_DEPENDS_OFF= p5-Term-ReadLine-Perl>=0:devel/p5-Term-ReadLine-Perl SINK_RUN_DEPENDS= ppmtogif:graphics/netpbm \ - mpeg_encode:multimedia/mpeg_encode \ - saoimage:astro/saoimage + mpeg_encode:multimedia/mpeg_encode post-patch: @${GREP} -lR '#!/.*bin/perl' ${WRKSRC}/ | ${XARGS} ${SED} -e 's|#!/.*bin/perl|#!${PERL}|' -i ''