diff options
author | bapt <bapt@FreeBSD.org> | 2013-10-02 23:48:02 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-10-02 23:48:02 +0800 |
commit | 326879a194b67e34a42ab5fd6f97973416d6c168 (patch) | |
tree | 3ef64f7a0d3eede24f1187527a1fb7f79d18e4b0 /math | |
parent | 74989ec5273809865a9ea76eee8aeb049933c647 (diff) | |
download | freebsd-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
Diffstat (limited to 'math')
-rw-r--r-- | math/vtk/Makefile | 2 |
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 |