aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-09-19 05:16:52 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-09-19 05:16:52 +0000
commit99bce63f6dc433f47aefc93e4a97541fd3f10155 (patch)
treef8210439525bd82d15880b3bc0580fe4d0a4f436 /math
parent3ff5f037d2ef28b454fe170803eb1d27b05cca3c (diff)
downloadports-99bce63f6dc433f47aefc93e4a97541fd3f10155.tar.gz
ports-99bce63f6dc433f47aefc93e4a97541fd3f10155.zip
math/plplot: Drop nop and misspelled post-patch-QHULL2015 target
It should have been post-patch-QHULL2015-on and was broken in r433415 during conversion to options helpers. However the patch does not do anything useful anymore. Finding the right qhull headers is already handled automatically by cmake via HAS_LIBQHULL_INCLUDE.
Notes
Notes: svn path=/head/; revision=512306
Diffstat (limited to 'math')
-rw-r--r--math/plplot/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/math/plplot/Makefile b/math/plplot/Makefile
index 019e4aab72b3..f519da7ba5a9 100644
--- a/math/plplot/Makefile
+++ b/math/plplot/Makefile
@@ -112,9 +112,5 @@ post-patch:
${WRKSRC}/cmake/modules/FindLTDL.cmake
${GREP} -lR "/usr/local" ${WRKSRC}/cmake/modules | ${XARGS} \
${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g'
-post-patch-QHULL2015:
- ${REINPLACE_CMD} -e 's|qhull/qhull_a|libqhull/qhull_a|' \
- ${WRKSRC}/lib/nn/delaunay.c \
- ${WRKSRC}/src/plgridd.c
.include <bsd.port.mk>