diff --git a/audio/rsynth/Makefile b/audio/rsynth/Makefile index cd95a6a921a..974fb85ffff 100644 --- a/audio/rsynth/Makefile +++ b/audio/rsynth/Makefile @@ -1,18 +1,14 @@ -# OpenBSD makefile for: rsynth -# Version required: 2.0 -# Date created: June 7 1998 -# Whom: Angelos D. Keromytis -# -# $OpenBSD: Makefile,v 1.1.1.1 1998/06/08 02:00:52 angelos Exp $ +# $OpenBSD: Makefile,v 1.2 1998/10/07 00:13:51 marc Exp $ # DISTNAME= rsynth-2.0 CATEGORIES= audio -MASTER_SITES= ftp://svr-ftp.eng.cam.ac.uk/pub/comp.speech/synthesis/ MAINTAINER= angelos@openbsd.org -#BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm +MASTER_SITES= ftp://svr-ftp.eng.cam.ac.uk/pub/comp.speech/synthesis/ + +BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm #EXEC_DEPENDS= auvoxware:${PORTSDIR}/audio/nas GNU_CONFIGURE= YES