summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-11-15 06:11:41 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-11-15 06:11:41 +0000
commitefc8bcb940c239568bbe9620478794e456d322c8 (patch)
treea132b88d68474b4423ec0f7df2fd7bb2d6633b6c /audio
parentFix dependency, you can't just BUILD_DEPENDS on "gdbm" if it's not an (diff)
Gosh, the second bug in the same line was a good one:
BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:$(PORTSDIR}/databases/gdbm Some one's gotta explain me why this doesn't fail until you do "make clean-depends". ;) While I'm here, fix a mungled $Id$ line.
Notes
Notes: svn path=/head/; revision=4465
Diffstat (limited to 'audio')
-rw-r--r--audio/rsynth/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/rsynth/Makefile b/audio/rsynth/Makefile
index b9d7b8a5a969..2813adffb82a 100644
--- a/audio/rsynth/Makefile
+++ b/audio/rsynth/Makefile
@@ -3,14 +3,14 @@
# Date created: 03 Jan 1995
# Whom: faulkner@mpd.tandem.com
#
-# Makefile,v 1.0 1995/01/03 10:47:27 paf Exp
+# $Id$
#
DISTNAME= rsynth-2.0
CATEGORIES= audio
MASTER_SITES= ftp://svr-ftp.eng.cam.ac.uk/pub/comp.speech/synthesis/
-BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:$(PORTSDIR}/databases/gdbm
+BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm
EXEC_DEPENDS= auvoxware:${PORTSDIR}/audio/nas
GNU_CONFIGURE= YES