aboutsummaryrefslogtreecommitdiffstats
path: root/cad
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2005-02-09 17:02:28 +0800
committermaho <maho@FreeBSD.org>2005-02-09 17:02:28 +0800
commitb5ae69b520eb696c25d3fbd880d59fe207d3c6d1 (patch)
treef5eff9ce8df176cf16ea014a6c54f2bb848b60cd /cad
parentc18be714ec4e447bec063fce77981a649f97e8ed (diff)
downloadfreebsd-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/Makefile3
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