aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-10-02 23:48:02 +0800
committerbapt <bapt@FreeBSD.org>2013-10-02 23:48:02 +0800
commit326879a194b67e34a42ab5fd6f97973416d6c168 (patch)
tree3ef64f7a0d3eede24f1187527a1fb7f79d18e4b0
parent74989ec5273809865a9ea76eee8aeb049933c647 (diff)
downloadfreebsd-ports-gnome-326879a194b67e34a42ab5fd6f97973416d6c168.tar.gz
freebsd-ports-gnome-326879a194b67e34a42ab5fd6f97973416d6c168.tar.zst
freebsd-ports-gnome-326879a194b67e34a42ab5fd6f97973416d6c168.zip
Fix index build by ugly workarounding ugly thing, this port should probably just be removed
-rw-r--r--math/vtk/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/vtk/Makefile b/math/vtk/Makefile
index 473da5f3b74b..7239a27d6281 100644
--- a/math/vtk/Makefile
+++ b/math/vtk/Makefile
@@ -210,6 +210,6 @@ print-pkg-message:
post-install: print-pkg-message
-.ifndef(PKGNAMESUFFIX)
+.ifndef(PKGNAMESUFFIX) || ${PKGNAMESUFFIX} == 4
.include <bsd.port.post.mk>
.endif