From 9995907d4fc3411ef989dcce2caf3f203f4f7799 Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 30 Mar 2005 19:51:35 +0000 Subject: Convert to use bl3. --- audio/rsynth/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'audio') diff --git a/audio/rsynth/Makefile b/audio/rsynth/Makefile index c0ba8e4bab0..ff60d697e7e 100644 --- a/audio/rsynth/Makefile +++ b/audio/rsynth/Makefile @@ -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 @@ MAINTAINER= tech-pkg@NetBSD.org 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 @@ post-install: 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" -- cgit v1.2.3