diff options
author | asami <asami@FreeBSD.org> | 1998-11-29 16:24:13 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-11-29 16:24:13 +0800 |
commit | 2013c74fb0b55810d31c8df052156c3c1743adc9 (patch) | |
tree | 2473bd4027e82f5942d1a977826544d180b87e93 /audio | |
parent | 09e56205d416c4ecf0cbd8a650afca0a83f3daea (diff) | |
download | freebsd-ports-gnome-2013c74fb0b55810d31c8df052156c3c1743adc9.tar.gz freebsd-ports-gnome-2013c74fb0b55810d31c8df052156c3c1743adc9.tar.zst freebsd-ports-gnome-2013c74fb0b55810d31c8df052156c3c1743adc9.zip |
Add nas to BUILD_DEPENDS too.
Diffstat (limited to 'audio')
-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 |