svn commit: r430831 - head/math/coinmp

Baptiste Daroussin bapt at FreeBSD.org
Sat Jan 7 20:48:32 UTC 2017


Author: bapt
Date: Sat Jan  7 20:48:30 2017
New Revision: 430831
URL: https://svnweb.freebsd.org/changeset/ports/430831

Log:
  Drop useless declaration of PKG_CONFIG_PATH

Modified:
  head/math/coinmp/Makefile

Modified: head/math/coinmp/Makefile
==============================================================================
--- head/math/coinmp/Makefile	Sat Jan  7 20:47:28 2017	(r430830)
+++ head/math/coinmp/Makefile	Sat Jan  7 20:48:30 2017	(r430831)
@@ -20,7 +20,6 @@ CONFLICTS=	clp-[0-9]* ogdf-[0-9]*
 GNU_CONFIGURE=	yes
 USES=	libtool pathfix pkgconfig tar:tgz
 USE_LDCONFIG=	yes
-CONFIGURE_ARGS+=	PKG_CONFIG_PATH=${STAGEDIR}${PREFIX}/libdata/pkgconfig
 CXXFLAGS+=	-ffast-math
 
 OPTIONS_DEFINE=	DEBUG DOCS GLPK


More information about the svn-ports-head mailing list