mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
cad/feappv: fix after change in USES=localbase behavior
The build started failing on compilers that don't have /usr/local/lib in the default search path.
This commit is contained in:
parent
3a6eac6c6d
commit
364db093bb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=424085
@ -13,7 +13,7 @@ EXTRACT_ONLY= ${PORTNAME}${PORTVERSION:S/.//}${EXTRACT_SUFX}
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Finite element analysis program (personal version)
|
||||
|
||||
USES= fortran gmake localbase zip
|
||||
USES= fortran gmake localbase:ldflags zip
|
||||
USE_XORG= x11
|
||||
MAKEFILE= makefile
|
||||
MAKE_ENV= FEAPPVHOME3_1="${WRKSRC}"
|
||||
|
Loading…
Reference in New Issue
Block a user