aboutsummaryrefslogtreecommitdiffstats
path: root/cad/feappv
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2016-10-17 06:53:54 +0800
committermarino <marino@FreeBSD.org>2016-10-17 06:53:54 +0800
commit3d5d32584b5f0bf0bef6ccfb5ec43782c4ab481c (patch)
treebb3aa6ca8c928ca8e27927b7f104976af4c7bde9 /cad/feappv
parentd15afe8bfcb615c06fd68c2003a8cf8a68892cbd (diff)
downloadfreebsd-ports-gnome-3d5d32584b5f0bf0bef6ccfb5ec43782c4ab481c.tar.gz
freebsd-ports-gnome-3d5d32584b5f0bf0bef6ccfb5ec43782c4ab481c.tar.zst
freebsd-ports-gnome-3d5d32584b5f0bf0bef6ccfb5ec43782c4ab481c.zip
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.
Diffstat (limited to 'cad/feappv')
-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}"