aboutsummaryrefslogtreecommitdiff
path: root/math/glm
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2017-06-04 17:21:00 +0000
committerKurt Jaeger <pi@FreeBSD.org>2017-06-04 17:21:00 +0000
commit3e9893f75f3665c9ec8e689f0c0372af49ea9f0e (patch)
treebe012bc316d88a03887a19137ce293e461406e54 /math/glm
parent736990bf36b0e51ac652e5249f0beffa00209317 (diff)
downloadports-3e9893f75f3665c9ec8e689f0c0372af49ea9f0e.tar.gz
ports-3e9893f75f3665c9ec8e689f0c0372af49ea9f0e.zip
math/glm: remove flag from MAINTAINER_MODE case
PR: 219737 Submitted by: pfg
Notes
Notes: svn path=/head/; revision=442571
Diffstat (limited to 'math/glm')
-rw-r--r--math/glm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/glm/Makefile b/math/glm/Makefile
index 8ece7ef6ba53..68ff2fecfe80 100644
--- a/math/glm/Makefile
+++ b/math/glm/Makefile
@@ -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>