svn commit: r474975 - branches/2018Q3/devel/libmatheval

Antoine Brodin antoine at FreeBSD.org
Thu Jul 19 20:40:56 UTC 2018


Author: antoine
Date: Thu Jul 19 20:40:55 2018
New Revision: 474975
URL: https://svnweb.freebsd.org/changeset/ports/474975

Log:
  MFH: r474200
  
  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:
  branches/2018Q3/devel/libmatheval/Makefile
Directory Properties:
  branches/2018Q3/   (props changed)

Modified: branches/2018Q3/devel/libmatheval/Makefile
==============================================================================
--- branches/2018Q3/devel/libmatheval/Makefile	Thu Jul 19 20:37:15 2018	(r474974)
+++ branches/2018Q3/devel/libmatheval/Makefile	Thu Jul 19 20:40:55 2018	(r474975)
@@ -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