git: 1381553e6ab9 - main - math/PDL: remove dependency on astro/saoimage as it is no longer in the ports
Li-Wen Hsu
lwhsu at FreeBSD.org
Sat Jun 19 23:31:25 UTC 2021
The branch main has been updated by lwhsu:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1381553e6ab991d87b4765b7b7dc3bb8c7592a39
commit 1381553e6ab991d87b4765b7b7dc3bb8c7592a39
Author: Zane C. Bowers-Hadley <vvelox at vvelox.net>
AuthorDate: 2021-06-19 23:29:44 +0000
Commit: Li-Wen Hsu <lwhsu at FreeBSD.org>
CommitDate: 2021-06-19 23:29:44 +0000
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 ''
More information about the dev-commits-ports-all
mailing list