summaryrefslogtreecommitdiff
path: root/audio/rsynth
diff options
context:
space:
mode:
authorwiz <wiz>2005-03-30 19:51:35 +0000
committerwiz <wiz>2005-03-30 19:51:35 +0000
commit2bde1ac863a92602e3a4a9ca84626d1f20341796 (patch)
tree4c8b525ce13d0233a30f53f5e562a46ecf70e969 /audio/rsynth
parentfd7a6b9dcf1feee094e37acd93dd5fe18617b669 (diff)
downloadpkgsrc-2bde1ac863a92602e3a4a9ca84626d1f20341796.tar.gz
Convert to use bl3.
Diffstat (limited to 'audio/rsynth')
-rw-r--r--audio/rsynth/Makefile7
1 files changed, 3 insertions, 4 deletions
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"