aboutsummaryrefslogtreecommitdiff
path: root/astro/calcmysky/Makefile
diff options
context:
space:
mode:
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>