svn commit: r424085 - head/cad/feappv

John Marino marino at FreeBSD.org
Sun Oct 16 22:53:55 UTC 2016


Author: marino
Date: Sun Oct 16 22:53:54 2016
New Revision: 424085
URL: https://svnweb.freebsd.org/changeset/ports/424085

Log:
  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.

Modified:
  head/cad/feappv/Makefile

Modified: head/cad/feappv/Makefile
==============================================================================
--- head/cad/feappv/Makefile	Sun Oct 16 22:36:50 2016	(r424084)
+++ head/cad/feappv/Makefile	Sun Oct 16 22:53:54 2016	(r424085)
@@ -13,7 +13,7 @@ EXTRACT_ONLY=	${PORTNAME}${PORTVERSION:S
 MAINTAINER=	ports at 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}"


More information about the svn-ports-head mailing list