mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
Fix build (adding missing dependency)
PR: 77292 Submitted by: kris via pointyhat, and John Cochran <jdc@fiawol.org> [1]
This commit is contained in:
parent
6e882a6f62
commit
eda8b1ee03
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=128349
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user