svn commit: r430762 - head/graphics/iccxml

Baptiste Daroussin bapt at FreeBSD.org
Sat Jan 7 01:16:26 UTC 2017


Author: bapt
Date: Sat Jan  7 01:16:24 2017
New Revision: 430762
URL: https://svnweb.freebsd.org/changeset/ports/430762

Log:
  Remove useless CONFIGURE_ENV, it is already the default

Modified:
  head/graphics/iccxml/Makefile

Modified: head/graphics/iccxml/Makefile
==============================================================================
--- head/graphics/iccxml/Makefile	Sat Jan  7 01:07:55 2017	(r430761)
+++ head/graphics/iccxml/Makefile	Sat Jan  7 01:16:24 2017	(r430762)
@@ -16,6 +16,4 @@ GNU_CONFIGURE=	yes
 USE_GNOME=	libxml2
 USE_LDCONFIG=	yes
 
-CONFIGURE_ENV+=	PKG_CONFIG_PATH=${PREFIX}/libdata/pkgconfig
-
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list