diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-09-19 13:16:52 +0800 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-09-19 13:16:52 +0800 |
commit | 99bce63f6dc433f47aefc93e4a97541fd3f10155 (patch) | |
tree | f8210439525bd82d15880b3bc0580fe4d0a4f436 /math | |
parent | 3ff5f037d2ef28b454fe170803eb1d27b05cca3c (diff) | |
download | freebsd-ports-gnome-99bce63f6dc433f47aefc93e4a97541fd3f10155.tar.gz freebsd-ports-gnome-99bce63f6dc433f47aefc93e4a97541fd3f10155.tar.zst freebsd-ports-gnome-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.
Diffstat (limited to 'math')
-rw-r--r-- | math/plplot/Makefile | 4 |
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> |