aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2023-04-03 20:14:55 +0000
committerThierry Thomas <thierry@FreeBSD.org>2023-04-03 20:16:10 +0000
commit028b89dbca72b04aa59a5af4a8ea563989e28a74 (patch)
treee9b2288cf4f3252d286fc26147ff1be7f8bc29ab
parent7db91bae5c8bf161a661ae5a92b855b2eea65c55 (diff)
downloadports-028b89dbca72b04aa59a5af4a8ea563989e28a74.tar.gz
ports-028b89dbca72b04aa59a5af4a8ea563989e28a74.zip
science/ttk: chase the upgrade of ParaView
-rw-r--r--science/ttk/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/science/ttk/Makefile b/science/ttk/Makefile
index b9c14da91a8e..288df0f6626f 100644
--- a/science/ttk/Makefile
+++ b/science/ttk/Makefile
@@ -1,5 +1,6 @@
PORTNAME= ttk
DISTVERSION= 1.1.0
+PORTREVISION= 1
CATEGORIES= science
MAINTAINER= yuri@FreeBSD.org
@@ -37,5 +38,8 @@ USE_XORG= x11
USE_GITHUB= yes
GH_ACCOUNT= topology-tool-kit
+post-stage:
+ ${RM} ${STAGEDIR}${PREFIX}/include/Python.h
+
.include <../../science/paraview/Makefile.version>
.include <bsd.port.mk>