aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZane C. Bowers-Hadley <vvelox@vvelox.net>2021-06-19 23:29:44 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2021-06-19 23:29:44 +0000
commit1381553e6ab991d87b4765b7b7dc3bb8c7592a39 (patch)
tree11588bd88526ca946797468f70ad7aa4f5c6f80d
parent2776c191d7ee44ae1727034a38e75ba8a9b5f5ae (diff)
downloadports-1381553e6ab991d87b4765b7b7dc3bb8c7592a39.tar.gz
ports-1381553e6ab991d87b4765b7b7dc3bb8c7592a39.zip
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
-rw-r--r--math/PDL/Makefile3
1 files changed, 1 insertions, 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 ''