summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-10-16 22:53:54 +0000
committerJohn Marino <marino@FreeBSD.org>2016-10-16 22:53:54 +0000
commit364db093bbec18279a0e45bce58299b3d4ed47dc (patch)
treebb3aa6ca8c928ca8e27927b7f104976af4c7bde9
parentUpdate 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/Makefile2
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}"