diff options
author | John Marino <marino@FreeBSD.org> | 2016-10-16 22:53:54 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-10-16 22:53:54 +0000 |
commit | 364db093bbec18279a0e45bce58299b3d4ed47dc (patch) | |
tree | bb3aa6ca8c928ca8e27927b7f104976af4c7bde9 | |
parent | Update to 2.2.1. Incorporate patches from PR 213356 to fix the build (diff) |
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.
-rw-r--r-- | cad/feappv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/feappv/Makefile b/cad/feappv/Makefile index 72b4546b2fe3..f21e17dde0dc 100644 --- a/cad/feappv/Makefile +++ b/cad/feappv/Makefile @@ -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}" |