diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-04-21 13:09:40 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-04-21 13:09:40 +0000 |
commit | b02fb37dffca485378a00081a59712fa03ea48b0 (patch) | |
tree | f6e5663ead422eaa06adc4a8b15304b167a6619c /math/vtk5 | |
parent | 1ed9a6a91e0fe7fcaf140c464db554a4d97cbeef (diff) | |
download | ports-b02fb37dffca485378a00081a59712fa03ea48b0.tar.gz ports-b02fb37dffca485378a00081a59712fa03ea48b0.zip |
remove useless dependency on gmake
PR: ports/156534
Submitted by: bapt@
Approved by: gahr@
Notes
Notes:
svn path=/head/; revision=272992
Diffstat (limited to 'math/vtk5')
-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} |