pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/endless-sky



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri May 14 07:03:28 UTC 2021

Modified Files:
        pkgsrc/games/endless-sky: Makefile

Log Message:
endless-sky: needs pax tool, uses ICON_THEMES incorrectly


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/games/endless-sky/Makefile

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

Modified files:

Index: pkgsrc/games/endless-sky/Makefile
diff -u pkgsrc/games/endless-sky/Makefile:1.4 pkgsrc/games/endless-sky/Makefile:1.5
--- pkgsrc/games/endless-sky/Makefile:1.4       Tue Aug 18 17:57:50 2020
+++ pkgsrc/games/endless-sky/Makefile   Fri May 14 07:03:28 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2020/08/18 17:57:50 leot Exp $
+# $NetBSD: Makefile,v 1.5 2021/05/14 07:03:28 nia Exp $
 
 DISTNAME=      endless-sky-0.9.12
 PKGREVISION=   1
@@ -12,7 +12,7 @@ COMMENT=      Side-scrolling space trading ga
 LICENSE=       gnu-gpl-v3 AND cc-by-sa-v4.0 AND cc-by-sa-v3.0
 
 USE_LANGUAGES= c++11
-ICON_THEMES=   yes
+USE_TOOLS+=    pax
 BUILD_DIRS+=   . source
 
 post-extract:
@@ -30,7 +30,5 @@ post-extract:
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"
 .include "../../mk/jpeg.buildlink3.mk"
-#.include "../../graphics/libjpeg-turbo.buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"
-
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index