diff options
author | maho <maho@FreeBSD.org> | 2005-02-09 17:02:28 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2005-02-09 17:02:28 +0800 |
commit | b5ae69b520eb696c25d3fbd880d59fe207d3c6d1 (patch) | |
tree | f5eff9ce8df176cf16ea014a6c54f2bb848b60cd /cad | |
parent | c18be714ec4e447bec063fce77981a649f97e8ed (diff) | |
download | freebsd-ports-gnome-b5ae69b520eb696c25d3fbd880d59fe207d3c6d1.tar.gz freebsd-ports-gnome-b5ae69b520eb696c25d3fbd880d59fe207d3c6d1.tar.zst freebsd-ports-gnome-b5ae69b520eb696c25d3fbd880d59fe207d3c6d1.zip |
Fix build (adding missing dependency)
PR: 77292
Submitted by: kris via pointyhat, and John Cochran <jdc@fiawol.org> [1]
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 |