pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/rsynth Convert to use bl3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/73deb8b95e7e
branches:  trunk
changeset: 491838:73deb8b95e7e
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Mar 30 19:51:35 2005 +0000

description:
Convert to use bl3.

diffstat:

 audio/rsynth/Makefile |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (26 lines):

diff -r 382153a2fd04 -r 73deb8b95e7e audio/rsynth/Makefile
--- a/audio/rsynth/Makefile     Wed Mar 30 19:48:14 2005 +0000
+++ b/audio/rsynth/Makefile     Wed Mar 30 19:51:35 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2005/03/24 21:12:51 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2005/03/30 19:51:35 wiz Exp $
 
 DISTNAME=      rsynth-2.0
 PKGREVISION=   1
@@ -11,9 +11,6 @@
 HOMEPAGE=      ftp://svr-ftp.eng.cam.ac.uk/pub/comp.speech/FAQ-complete
 COMMENT=       Public Domain Speech Synthesis System
 
-DEPENDS+=      gdbm>=1.8.3:../../databases/gdbm
-DEPENDS+=      nas>=1.4:../../audio/nas
-
 DICT_FILES+=   README cmudict.0.4.Z cmulex.0.4.Z phoneset.0.4
 EXTRACT_ONLY=  rsynth-2.0.tar.gz
 
@@ -33,4 +30,6 @@
        cd ${DISTDIR}/${DIST_SUBDIR} && \
                ${INSTALL_DATA} ${DICT_FILES} ${PREFIX}/share/rsynth/
 
+.include "../../audio/nas/buildlink3.mk"
+.include "../../databases/gdbm/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index