aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authortobik <tobik@FreeBSD.org>2019-09-19 13:16:52 +0800
committertobik <tobik@FreeBSD.org>2019-09-19 13:16:52 +0800
commit36340099553d58f7ca1ac5ed7d5e464c4a4fe189 (patch)
treef8210439525bd82d15880b3bc0580fe4d0a4f436 /math
parentc9bc68e8b0a3c56fa96d042d4dc61cbae8859c1e (diff)
downloadfreebsd-ports-gnome-36340099553d58f7ca1ac5ed7d5e464c4a4fe189.tar.gz
freebsd-ports-gnome-36340099553d58f7ca1ac5ed7d5e464c4a4fe189.tar.zst
freebsd-ports-gnome-36340099553d58f7ca1ac5ed7d5e464c4a4fe189.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.
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>