From 923ab12af71df9571c63facfaee2224c21989948 Mon Sep 17 00:00:00 2001 From: agc Date: Wed, 19 Jul 2000 09:37:49 +0000 Subject: Don't continue BUILD_DEPENDS line with a '\' - instead, use the make(1) += construction on the continued line, so that it's easier to find specific dependencies using grep(1). --- sysutils/cdrdao/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'sysutils/cdrdao/Makefile') diff --git a/sysutils/cdrdao/Makefile b/sysutils/cdrdao/Makefile index 4332201e54c..61e90bb6b4a 100644 --- a/sysutils/cdrdao/Makefile +++ b/sysutils/cdrdao/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/07/07 16:25:02 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.3 2000/07/19 09:37:49 agc Exp $ # DISTNAME= cdrdao-1.1.3.src @@ -9,10 +9,10 @@ MASTER_SITES= http://www.ping.de/sites/daneb/ MAINTAINER= David Maxwell HOMEPAGE= http://www.ping.de/sites/daneb/cdrdao.html -BUILD_DEPENDS= antlr:../../devel/pccts \ - dlg:../../devel/pccts \ - genmk:../../devel/pccts \ - sor:../../devel/pccts +BUILD_DEPENDS= antlr:../../devel/pccts +BUILD_DEPENDS+= dlg:../../devel/pccts +BUILD_DEPENDS+= genmk:../../devel/pccts +BUILD_DEPENDS+= sor:../../devel/pccts GNU_CONFIGURE= YES USE_GMAKE= YES -- cgit v1.2.3