pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/libopus



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Feb 10 22:42:00 UTC 2025

Modified Files:
        pkgsrc/audio/libopus: Makefile

Log Message:
libopus: fix pkglint


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/audio/libopus/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/libopus/Makefile
diff -u pkgsrc/audio/libopus/Makefile:1.20 pkgsrc/audio/libopus/Makefile:1.21
--- pkgsrc/audio/libopus/Makefile:1.20  Fri Apr 26 15:42:53 2024
+++ pkgsrc/audio/libopus/Makefile       Mon Feb 10 22:42:00 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2024/04/26 15:42:53 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2025/02/10 22:42:00 wiz Exp $
 
 DISTNAME=      opus-1.5.2
 PKGNAME=       lib${DISTNAME}
@@ -10,12 +10,10 @@ HOMEPAGE=   https://opus-codec.org/
 COMMENT=       Totally open, royalty-free, highly versatile audio codec library
 LICENSE=       modified-bsd
 
-TOOL_DEPENDS+= perl-[0-9]*:../../lang/perl5
-
 SUPERSEDES=    opus<=1.0.2
 
 USE_LIBTOOL=   yes
-USE_TOOLS+=    gmake
+USE_TOOLS+=    gmake perl
 GNU_CONFIGURE= yes
 TEST_TARGET=   check
 



Home | Main Index | Thread Index | Old Index