diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-08-03 09:28:57 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-08-03 09:28:57 +0000 |
commit | c6bcad2436d925c98052ed292bd0794ae0e34b45 (patch) | |
tree | 4752ebd6e8eb5959ebf00516e4ecf7156215bbce /math/vtk5 | |
parent | fbd121eee966abfc21d176cbede935ecd6bf1a34 (diff) | |
download | ports-c6bcad2436d925c98052ed292bd0794ae0e34b45.tar.gz ports-c6bcad2436d925c98052ed292bd0794ae0e34b45.zip |
Notes
Diffstat (limited to 'math/vtk5')
-rw-r--r-- | math/vtk5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/vtk5/Makefile b/math/vtk5/Makefile index 1c5f8008184a..c1e1e67aef2a 100644 --- a/math/vtk5/Makefile +++ b/math/vtk5/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 |