git: e5fd909fbf4e - main - audio/pcaudiolib: remove USES autoreconf
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 15 Jul 2022 20:55:58 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=e5fd909fbf4e260260512e616a3ac57192fd295f commit e5fd909fbf4e260260512e616a3ac57192fd295f Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2022-07-15 20:53:49 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2022-07-15 20:55:32 +0000 audio/pcaudiolib: remove USES autoreconf Reported by: dilzzy (Daniel Engberg) --- audio/pcaudiolib/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/audio/pcaudiolib/Makefile b/audio/pcaudiolib/Makefile index 8478cab43e50..02ff4e9a9d9b 100644 --- a/audio/pcaudiolib/Makefile +++ b/audio/pcaudiolib/Makefile @@ -1,7 +1,7 @@ PORTNAME= pcaudiolib DISTVERSION= 1.2 CATEGORIES= audio -MASTER_SITES= https://github.com/${GH_ACCOUNT}/${PORTNAME}/releases/download/${PORTVERSION}/ +MASTER_SITES= https://github.com/${GH_ACCOUNT}/${PORTNAME}/releases/download/${DISTVERSION}/ MAINTAINER= se@FreeBSD.org COMMENT= Portable C audio library @@ -9,7 +9,7 @@ COMMENT= Portable C audio library LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -USES= autoreconf libtool pkgconfig +USES= libtool pkgconfig #USE_GITHUB= yes GH_ACCOUNT= espeak-ng GNU_CONFIGURE= yes