aboutsummaryrefslogtreecommitdiffstats
path: root/math/glm
diff options
context:
space:
mode:
authorpi <pi@FreeBSD.org>2017-06-05 01:21:00 +0800
committerpi <pi@FreeBSD.org>2017-06-05 01:21:00 +0800
commitb785d4c9605943ee246298d6a721238b4a863d84 (patch)
treebe012bc316d88a03887a19137ce293e461406e54 /math/glm
parent9515d0872771c063de387bdee6fc12ca8df2beb4 (diff)
downloadfreebsd-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/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>