pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/festival
Module Name: pkgsrc
Committed By: ryoon
Date: Mon Oct 16 13:18:10 UTC 2023
Modified Files:
pkgsrc/audio/festival: Makefile
Log Message:
festival: Do not hardcode ncurses
* Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 pkgsrc/audio/festival/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/festival/Makefile
diff -u pkgsrc/audio/festival/Makefile:1.84 pkgsrc/audio/festival/Makefile:1.85
--- pkgsrc/audio/festival/Makefile:1.84 Tue Jun 28 11:30:54 2022
+++ pkgsrc/audio/festival/Makefile Mon Oct 16 13:18:10 2023
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.84 2022/06/28 11:30:54 wiz Exp $
+# $NetBSD: Makefile,v 1.85 2023/10/16 13:18:10 ryoon Exp $
DISTNAME= festival-2.5.0-release
PKGNAME= ${DISTNAME:S/-release//}
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= audio
MASTER_SITES= http://festvox.org/packed/festival/2.5/
DISTFILES= ${DISTNAME}.tar.gz \
@@ -116,6 +116,6 @@ do-install:
${INSTALL_MAN} ${FESTIVAL}/doc/festival_client.1 \
${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/festival_client.1
-.include "../../devel/ncurses/buildlink3.mk"
-.include "../../mk/termcap.buildlink3.mk"
+.include "../../mk/curses.buildlink3.mk"
+.include "../../mk/terminfo.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index