diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2017-06-04 17:21:00 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2017-06-04 17:21:00 +0000 |
commit | 3e9893f75f3665c9ec8e689f0c0372af49ea9f0e (patch) | |
tree | be012bc316d88a03887a19137ce293e461406e54 /math/glm | |
parent | 736990bf36b0e51ac652e5249f0beffa00209317 (diff) |
Notes
Diffstat (limited to 'math/glm')
-rw-r--r-- | math/glm/Makefile | 2 |
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> |