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: Tue Feb 4 10:00:11 UTC 2020
Modified Files:
pkgsrc/misc/stellarium: Makefile
Log Message:
stellarium: explicitly disable gpsd support (needs patching)
To generate a diff of this commit:
cvs rdiff -u -r1.104 -r1.105 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.104 pkgsrc/misc/stellarium/Makefile:1.105
--- pkgsrc/misc/stellarium/Makefile:1.104 Sat Jan 18 21:50:03 2020
+++ pkgsrc/misc/stellarium/Makefile Tue Feb 4 10:00:11 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.104 2020/01/18 21:50:03 jperkin Exp $
+# $NetBSD: Makefile,v 1.105 2020/02/04 10:00:11 adam Exp $
DISTNAME= stellarium-0.19.3
PKGREVISION= 1
@@ -15,6 +15,8 @@ USE_CMAKE= yes
USE_LANGUAGES= c c++
USE_TOOLS+= msgfmt perl pod2man
+CMAKE_ARGS+= -DENABLE_GPS=OFF
+
PLIST_VARS+= desktop
.include "../../mk/bsd.prefs.mk"
@@ -25,8 +27,8 @@ PLIST.desktop= yes
.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
-.include "../../graphics/png/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
+.include "../../graphics/png/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../x11/qt5-qtscript/buildlink3.mk"
.include "../../x11/qt5-qtserialport/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index