diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mpg123-jack/Makefile | 3 | ||||
-rw-r--r-- | audio/mpg123-pulse/Makefile | 3 | ||||
-rw-r--r-- | audio/mpg123/Makefile | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/audio/mpg123-jack/Makefile b/audio/mpg123-jack/Makefile index 00acd9acab8..121363bfb95 100644 --- a/audio/mpg123-jack/Makefile +++ b/audio/mpg123-jack/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2022/07/19 00:06:01 thor Exp $ +# $NetBSD: Makefile,v 1.5 2022/07/23 23:02:14 wiz Exp $ MPG123_MODULE= jack +PKGREVISION= 2 .include "../../audio/mpg123/Makefile.common" .include "../../audio/mpg123/buildlink3.mk" diff --git a/audio/mpg123-pulse/Makefile b/audio/mpg123-pulse/Makefile index ede8f03403d..2bd435a2128 100644 --- a/audio/mpg123-pulse/Makefile +++ b/audio/mpg123-pulse/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.37 2022/07/19 00:06:01 thor Exp $ +# $NetBSD: Makefile,v 1.38 2022/07/23 23:02:14 wiz Exp $ MPG123_MODULE= pulse +PKGREVISION= 3 .include "../../audio/mpg123/Makefile.common" .include "../../audio/mpg123/buildlink3.mk" diff --git a/audio/mpg123/Makefile b/audio/mpg123/Makefile index cb10608e710..2cda9659751 100644 --- a/audio/mpg123/Makefile +++ b/audio/mpg123/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.66 2022/07/19 00:06:01 thor Exp $ +# $NetBSD: Makefile,v 1.67 2022/07/23 23:02:14 wiz Exp $ PKGNAME= ${DISTNAME:C/[^[:alnum:]]*//} +PKGREVISION= 1 COMMENT= MPEG layer 1, 2, and 3 audio player PKGCONFIG_OVERRIDE+= libmpg123.pc.in libout123.pc.in libsyn123.pc.in |