svn commit: r442571 - head/math/glm

Kurt Jaeger pi at FreeBSD.org
Sun Jun 4 17:21:02 UTC 2017


Author: pi
Date: Sun Jun  4 17:21:00 2017
New Revision: 442571
URL: https://svnweb.freebsd.org/changeset/ports/442571

Log:
  math/glm: remove flag from MAINTAINER_MODE case
  
  PR:		219737
  Submitted by:	pfg

Modified:
  head/math/glm/Makefile

Modified: head/math/glm/Makefile
==============================================================================
--- head/math/glm/Makefile	Sun Jun  4 16:49:20 2017	(r442570)
+++ head/math/glm/Makefile	Sun Jun  4 17:21:00 2017	(r442571)
@@ -21,7 +21,7 @@ NO_BUILD=	yes
 USES=		cmake:outsource pkgconfig
 
 .ifndef MAINTAINER_MODE
-CMAKE_ARGS=	-DGLM_TEST_ENABLE:BOOL=OFF -DCMAKE_INSTALL_PKG_CONFIG_DIR:PATH="${PREFIX}/libdata/pkgconfig"
+CMAKE_ARGS=	-DGLM_TEST_ENABLE:BOOL=OFF
 .endif
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list