pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/woof



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Apr  5 09:31:12 UTC 2025

Modified Files:
        pkgsrc/games/woof: Makefile

Log Message:
woof: Remove hyper-specific OpenAL version dependency.

This works just fine with older versions, it's only that it
can leverage extra features in newer versions.


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 pkgsrc/games/woof/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/woof/Makefile
diff -u pkgsrc/games/woof/Makefile:1.53 pkgsrc/games/woof/Makefile:1.54
--- pkgsrc/games/woof/Makefile:1.53     Wed Apr  2 12:21:58 2025
+++ pkgsrc/games/woof/Makefile  Sat Apr  5 09:31:12 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2025/04/02 12:21:58 micha Exp $
+# $NetBSD: Makefile,v 1.54 2025/04/05 09:31:12 nia Exp $
 
 DISTNAME=      woof_15.2.0
 PKGNAME=       ${DISTNAME:S/_/-/}
@@ -62,7 +62,6 @@ BUILDLINK_API_DEPENDS.libebur128+=    libeb
 BUILDLINK_API_DEPENDS.libsndfile+=     libsndfile>=1.1.0
 .include "../../audio/libsndfile/buildlink3.mk"
 .include "../../audio/libxmp/buildlink3.mk"
-BUILDLINK_API_DEPENDS.openal-soft+=    openal-soft>=1.22.0
 .include "../../audio/openal-soft/buildlink3.mk"
 BUILDLINK_API_DEPENDS.SDL2+=           SDL2>=2.0.18
 .include "../../devel/SDL2/buildlink3.mk"



Home | Main Index | Thread Index | Old Index