diff options
author | pi <pi@FreeBSD.org> | 2017-06-05 01:21:00 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2017-06-05 01:21:00 +0800 |
commit | b785d4c9605943ee246298d6a721238b4a863d84 (patch) | |
tree | be012bc316d88a03887a19137ce293e461406e54 /math/glm | |
parent | 9515d0872771c063de387bdee6fc12ca8df2beb4 (diff) | |
download | freebsd-ports-gnome-b785d4c9605943ee246298d6a721238b4a863d84.tar.gz freebsd-ports-gnome-b785d4c9605943ee246298d6a721238b4a863d84.tar.zst freebsd-ports-gnome-b785d4c9605943ee246298d6a721238b4a863d84.zip |
math/glm: remove flag from MAINTAINER_MODE case
PR: 219737
Submitted by: pfg
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> |