aboutsummaryrefslogtreecommitdiffstats
path: root/audio/rsynth/Makefile
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1996-11-15 14:11:41 +0800
committerasami <asami@FreeBSD.org>1996-11-15 14:11:41 +0800
commit73776ee3eddd306293cbad152c2962e6845ec9be (patch)
tree57364ccd08e124524e9837d4f948d576e5f91251 /audio/rsynth/Makefile
parentb5759d5e67d868857e7951e02ab61100120f4b4c (diff)
downloadfreebsd-ports-gnome-73776ee3eddd306293cbad152c2962e6845ec9be.tar.gz
freebsd-ports-gnome-73776ee3eddd306293cbad152c2962e6845ec9be.tar.zst
freebsd-ports-gnome-73776ee3eddd306293cbad152c2962e6845ec9be.zip
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.
Diffstat (limited to 'audio/rsynth/Makefile')
-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