pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/misc/stellarium



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Mar 16 09:39:12 UTC 2023

Modified Files:
        pkgsrc/misc/stellarium: Makefile

Log Message:
stellarium: switch to cmake/build.mk


To generate a diff of this commit:
cvs rdiff -u -r1.144 -r1.145 pkgsrc/misc/stellarium/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/stellarium/Makefile
diff -u pkgsrc/misc/stellarium/Makefile:1.144 pkgsrc/misc/stellarium/Makefile:1.145
--- pkgsrc/misc/stellarium/Makefile:1.144       Sun Jan 29 21:17:13 2023
+++ pkgsrc/misc/stellarium/Makefile     Thu Mar 16 09:39:12 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.144 2023/01/29 21:17:13 ryoon Exp $
+# $NetBSD: Makefile,v 1.145 2023/03/16 09:39:12 adam Exp $
 
 DISTNAME=      stellarium-1.2
 PKGREVISION=   1
@@ -12,7 +12,6 @@ HOMEPAGE=     https://stellarium.org/
 COMMENT=       Generate photorealistic skies with OpenGL
 LICENSE=       gnu-gpl-v2
 
-USE_CMAKE=     yes
 USE_LANGUAGES= c c++
 USE_TOOLS+=    msgfmt perl pod2man
 
@@ -30,6 +29,7 @@ PLIST.desktop=                yes
 .endif
 
 .include "../../converters/libiconv/buildlink3.mk"
+.include "../../devel/cmake/build.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"



Home | Main Index | Thread Index | Old Index