diff options
author | bapt <bapt@FreeBSD.org> | 2011-04-21 21:09:40 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-04-21 21:09:40 +0800 |
commit | 4e86daa4e8475d9cb3f8b8813caaa6a0f63c801d (patch) | |
tree | 780f5e763b42b5ba6bb729bcaae7b2c39a1422a3 /math | |
parent | dfb4b2cb902a2cd1d7787df5b5d2365bef000b7e (diff) | |
download | freebsd-ports-gnome-4e86daa4e8475d9cb3f8b8813caaa6a0f63c801d.tar.gz freebsd-ports-gnome-4e86daa4e8475d9cb3f8b8813caaa6a0f63c801d.tar.zst freebsd-ports-gnome-4e86daa4e8475d9cb3f8b8813caaa6a0f63c801d.zip |
remove useless dependency on gmake
PR: ports/156534
Submitted by: bapt@
Approved by: gahr@
Diffstat (limited to 'math')
-rw-r--r-- | math/vtk5/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/math/vtk5/Makefile b/math/vtk5/Makefile index ac9fb6556d68..1aff56307cde 100644 --- a/math/vtk5/Makefile +++ b/math/vtk5/Makefile @@ -30,7 +30,6 @@ CONFLICTS= vtk-4* SUB_FILES= vtk.3 USE_CMAKE= yes -USE_GMAKE= yes USE_GL= yes USE_XORG= xt USE_LDCONFIG= ${PREFIX}/lib/vtk-${PORTVERSION:R} |