git: 4635b27d97a6 - main - games/oolite: update to use espeak-ng instead of espeak
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 15 Jul 2022 14:37:25 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=4635b27d97a60fe794686a61a82db73cb3cc7b44 commit 4635b27d97a60fe794686a61a82db73cb3cc7b44 Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2022-07-15 14:31:10 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2022-07-15 14:36:23 +0000 games/oolite: update to use espeak-ng instead of espeak --- games/oolite/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games/oolite/Makefile b/games/oolite/Makefile index 61b3660fcad7..0021ebca545d 100644 --- a/games/oolite/Makefile +++ b/games/oolite/Makefile @@ -1,6 +1,6 @@ PORTNAME= oolite PORTVERSION= 1.88 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games gnustep MASTER_SITES= https://github.com/OoliteProject/oolite/releases/download/1.88/ DISTNAME= ${PORTNAME}-source-${PORTVERSION} @@ -15,7 +15,7 @@ LICENSE_FILE_CC-BY-NC-SA-3.0= ${WRKSRC}/Doc/LICENSE.TXT BUILD_DEPENDS= zip:archivers/zip \ ${LOCALBASE}/bin/unzip:archivers/unzip -LIB_DEPENDS= libespeak.so:audio/espeak \ +LIB_DEPENDS= libespeak-ng.so:audio/espeak-ng \ libnspr4.so:devel/nspr \ libvorbisfile.so:audio/libvorbis \ libpng.so:graphics/png