From eda8b1ee03d3e1bd5bc964302d25ddb662df62d6 Mon Sep 17 00:00:00 2001 From: Maho Nakata Date: Wed, 9 Feb 2005 09:02:28 +0000 Subject: [PATCH] Fix build (adding missing dependency) PR: 77292 Submitted by: kris via pointyhat, and John Cochran [1] --- cad/calculix/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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