pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/liveice



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jul 13 04:19:06 UTC 2026

Modified Files:
        pkgsrc/audio/liveice: Makefile

Log Message:
liveice: relax lame version requirement in dependency


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/audio/liveice/Makefile

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

Modified files:

Index: pkgsrc/audio/liveice/Makefile
diff -u pkgsrc/audio/liveice/Makefile:1.23 pkgsrc/audio/liveice/Makefile:1.24
--- pkgsrc/audio/liveice/Makefile:1.23  Tue Jan  6 08:48:16 2026
+++ pkgsrc/audio/liveice/Makefile       Mon Jul 13 04:19:06 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2026/01/06 08:48:16 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2026/07/13 04:19:06 wiz Exp $
 
 DISTNAME=      liveice
 PKGNAME=       liveice-0.20001121
@@ -12,7 +12,7 @@ COMMENT=      Source client for Icecast
 LICENSE=       gnu-gpl-v2
 
 DEPENDS+=      mpg123-1.*:../../audio/mpg123
-DEPENDS+=      lame-3.*:../../audio/lame
+DEPENDS+=      lame>=3:../../audio/lame
 DEPENDS+=      tk>=8.0:../../x11/tk
 
 GNU_CONFIGURE= YES



Home | Main Index | Thread Index | Old Index