pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/eureka



Module Name:    pkgsrc
Committed By:   dholland
Date:           Thu Feb 13 06:36:46 UTC 2025

Modified Files:
        pkgsrc/games/eureka: Makefile

Log Message:
games/eureka: revert previous, problem is in fltk

(it requires fltk built with cairo, which we don't enable by default)


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/games/eureka/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/eureka/Makefile
diff -u pkgsrc/games/eureka/Makefile:1.14 pkgsrc/games/eureka/Makefile:1.15
--- pkgsrc/games/eureka/Makefile:1.14   Thu Feb 13 06:33:25 2025
+++ pkgsrc/games/eureka/Makefile        Thu Feb 13 06:36:46 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2025/02/13 06:33:25 dholland Exp $
+# $NetBSD: Makefile,v 1.15 2025/02/13 06:36:46 dholland Exp $
 
 DISTNAME=      eureka-2.0.2
 PKGREVISION=   2
@@ -41,7 +41,6 @@ SUBST_SED.dwd=                -e 's,PKGSRC_DOOMWADDIR,
 
 BUILDLINK_API_DEPENDS.zlib+=   zlib>=1.2.3
 .include "../../devel/zlib/buildlink3.mk"
-.include "../../graphics/cairo/buildlink3.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../x11/libICE/buildlink3.mk"



Home | Main Index | Thread Index | Old Index