diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-11-29 08:24:13 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-11-29 08:24:13 +0000 |
commit | ed0d64592c659fc5c7ae8d0da820e39ec0bc84ad (patch) | |
tree | b5fa3fb0ca28d606706f9ec36a3c3c5bbd20b637 /audio/rsynth | |
parent | 673afd02fd4225f0f5023eac4d4169c02a04e50d (diff) | |
download | ports-ed0d64592c659fc5c7ae8d0da820e39ec0bc84ad.tar.gz ports-ed0d64592c659fc5c7ae8d0da820e39ec0bc84ad.zip |
Notes
Diffstat (limited to 'audio/rsynth')
-rw-r--r-- | audio/rsynth/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/rsynth/Makefile b/audio/rsynth/Makefile index 8c75105141d1..b5e630722139 100644 --- a/audio/rsynth/Makefile +++ b/audio/rsynth/Makefile @@ -3,7 +3,7 @@ # Date created: 03 Jan 1995 # Whom: faulkner@mpd.tandem.com # -# $Id: Makefile,v 1.8 1996/11/15 23:14:14 obrien Exp $ +# $Id: Makefile,v 1.9 1998/11/29 08:16:52 asami Exp $ # DISTNAME= rsynth-2.0 @@ -12,7 +12,8 @@ MASTER_SITES= ftp://svr-ftp.eng.cam.ac.uk/pub/comp.speech/synthesis/ MAINTAINER= faulkner@mpd.tandem.com -BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm +BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm \ + ${PREFIX}/include/audio/audiolib.h:${PORTSDIR}/audio/nas RUN_DEPENDS= auvoxware:${PORTSDIR}/audio/nas GNU_CONFIGURE= YES |