diff options
author | Maho Nakata <maho@FreeBSD.org> | 2005-02-09 09:02:28 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2005-02-09 09:02:28 +0000 |
commit | eda8b1ee03d3e1bd5bc964302d25ddb662df62d6 (patch) | |
tree | 480259f654456eb52b0305b7b92dd452d45f25c4 /cad | |
parent | 6e882a6f62222fdee989b17b211be959e7dd43ef (diff) | |
download | ports-eda8b1ee03d3e1bd5bc964302d25ddb662df62d6.tar.gz ports-eda8b1ee03d3e1bd5bc964302d25ddb662df62d6.zip |
Notes
Diffstat (limited to 'cad')
-rw-r--r-- | cad/calculix/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cad/calculix/Makefile b/cad/calculix/Makefile index d4ecc456c9c6..5ef09aaf3217 100644 --- a/cad/calculix/Makefile +++ b/cad/calculix/Makefile @@ -24,7 +24,8 @@ COMMENT= A Three-Dimensional Structural Finite Element Program BUILD_DEPENDS= ${LOCALBASE}/lib/libspooles.a:${PORTSDIR}/math/spooles \ ${LOCALBASE}/lib/libarpack.a:${PORTSDIR}/math/arpack -LIB_DEPENDS= atlas.1:${PORTSDIR}/math/atlas +LIB_DEPENDS= atlas.1:${PORTSDIR}/math/atlas \ + glut.3:${PORTSDIR}/graphics/libglut WRKSRC= ${WRKDIR}/${PORTNAME} USE_GL= yes |