aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-11-29 08:16:52 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-11-29 08:16:52 +0000
commitacaf5c0dd0da8000c2325b064044a61fa914fa61 (patch)
tree72779205e25b71f0dac2ac67517853643910ff58
parent7af8b7118080af8c741bac3e69810e54570d45a0 (diff)
downloadports-acaf5c0dd0da8000c2325b064044a61fa914fa61.tar.gz
ports-acaf5c0dd0da8000c2325b064044a61fa914fa61.zip
EXEC_DEPENDS is deprecated.
Notes
Notes: svn path=/head/; revision=14949
-rw-r--r--audio/rsynth/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/rsynth/Makefile b/audio/rsynth/Makefile
index 522675c532a4..8c75105141d1 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.7 1996/11/15 06:11:41 asami Exp $
+# $Id: Makefile,v 1.8 1996/11/15 23:14:14 obrien Exp $
#
DISTNAME= rsynth-2.0
@@ -13,7 +13,7 @@ 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
-EXEC_DEPENDS= auvoxware:${PORTSDIR}/audio/nas
+RUN_DEPENDS= auvoxware:${PORTSDIR}/audio/nas
GNU_CONFIGURE= YES