aboutsummaryrefslogtreecommitdiff
path: root/astro/calcmysky/Makefile
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2024-03-28 08:50:56 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2024-03-28 08:50:56 +0000
commitd9d25511d885e869a1282552a04b36577849acad (patch)
tree96d2f87f17de1b0eb0b0d87631a15c8ecfd0b17c /astro/calcmysky/Makefile
parent55298c4c18e9ba50cb925ab2609e2a22a441524f (diff)
downloadports-d9d25511d885e869a1282552a04b36577849acad.tar.gz
ports-d9d25511d885e869a1282552a04b36577849acad.zip
astro/calcmysky: the port had been updated to version 0.3.2
GLM_ENABLE_EXPERIMENTAL is now defined at the source level, so we can drop CXXFLAGS+= from the Makefile. Reported by: portscout
Diffstat (limited to 'astro/calcmysky/Makefile')
-rw-r--r--astro/calcmysky/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/astro/calcmysky/Makefile b/astro/calcmysky/Makefile
index 5655e1646eda..1513be58dac6 100644
--- a/astro/calcmysky/Makefile
+++ b/astro/calcmysky/Makefile
@@ -1,5 +1,5 @@
PORTNAME= ${GH_PROJECT:tl}
-PORTVERSION= 0.3.1
+PORTVERSION= 0.3.2
DISTVERSIONPREFIX= v
CATEGORIES= astro
@@ -20,6 +20,4 @@ USE_QT= buildtools:build qmake:build core gui opengl widgets
CMAKE_ARGS= -DQT_VERSION:STRING=5
-CXXFLAGS+= -DGLM_ENABLE_EXPERIMENTAL # GLM_GTX_transform is an experimental extension
-
.include <bsd.port.mk>