diff options
Diffstat (limited to 'math/vtk/Makefile')
-rw-r--r-- | math/vtk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/vtk/Makefile b/math/vtk/Makefile index 1c5f8008184a..c1e1e67aef2a 100644 --- a/math/vtk/Makefile +++ b/math/vtk/Makefile @@ -13,9 +13,9 @@ DISTNAME= vtk312Unix MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= GL.14:${PORTSDIR}/graphics/Mesa3 \ - tk82.1:${PORTSDIR}/x11-toolkits/tk82 +LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 +USE_MESA= yes WRKSRC= ${WRKDIR}/vtk31 INSTALLS_SHLIB= yes GNU_CONFIGURE= yes |