svn commit: r474200 - head/devel/libmatheval

Yuri Victorovich yuri at FreeBSD.org
Sun Jul 8 20:50:53 UTC 2018


Author: yuri
Date: Sun Jul  8 20:50:52 2018
New Revision: 474200
URL: https://svnweb.freebsd.org/changeset/ports/474200

Log:
  devel/libmatheval: Fix missing library dependency
  
  Flex lib used to be called 'fl_pic', but now it is called 'fl'.
  
  PR:		229516
  Reported by:	Michael Danilov <mike.d.ft402 at gmail.com>

Modified:
  head/devel/libmatheval/Makefile

Modified: head/devel/libmatheval/Makefile
==============================================================================
--- head/devel/libmatheval/Makefile	Sun Jul  8 20:48:29 2018	(r474199)
+++ head/devel/libmatheval/Makefile	Sun Jul  8 20:50:52 2018	(r474200)
@@ -18,7 +18,7 @@ LIB_DEPENDS=	libguile.so:lang/guile
 
 USES=		libtool localbase makeinfo pathfix
 GNU_CONFIGURE=	yes
-CONFIGURE_ENV=	LEXLIB=-lfl_pic MAKEINFO="${MAKEINFO} --no-split"
+CONFIGURE_ENV=	LEXLIB=-lfl MAKEINFO="${MAKEINFO} --no-split"
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
 


More information about the svn-ports-all mailing list