diff options
author | agc <agc@pkgsrc.org> | 2000-02-15 09:26:12 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2000-02-15 09:26:12 +0000 |
commit | 4cffd86a2930792f64b0440f0e5a8c6400e8419e (patch) | |
tree | 4e357f9aabe4d1c5fb73d87778d5e0e3e135ff1f /graphics/Mesa-glx | |
parent | 63aacb20ee533bf9a53594db96e7f300024c2213 (diff) | |
download | pkgsrc-4cffd86a2930792f64b0440f0e5a8c6400e8419e.tar.gz |
When multi-line dependencies occur, use a "DEPENDS+= package" format
for each of the continuation lines, rather than using backslashes to
continue a single, long definition. This makes it much easier to spot
pre-requisite packages and other dependencies.
Diffstat (limited to 'graphics/Mesa-glx')
-rw-r--r-- | graphics/Mesa-glx/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/Mesa-glx/Makefile b/graphics/Mesa-glx/Makefile index 981aaf6b49c..99155870a95 100644 --- a/graphics/Mesa-glx/Makefile +++ b/graphics/Mesa-glx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1999/10/07 17:41:53 tron Exp $ +# $NetBSD: Makefile,v 1.4 2000/02/15 09:26:20 agc Exp $ DISTNAME= glx-19990804 PKGNAME= Mesa-${DISTNAME:S/-/-${GLX_CHIPSET}-/} @@ -9,9 +9,9 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= packages@netbsd.org HOMEPAGE= http://glx.on.openprojects.net/ -BUILD_DEPENDS+= ${PERL}:../../lang/perl5 \ - ${TCLSH}:../../lang/tcl80 \ - ${MESA_WRKSRC}/lib/libMesaGL.a:${MESA_PKGDIR}:build +BUILD_DEPENDS+= ${PERL}:../../lang/perl5 +BUILD_DEPENDS+= ${TCLSH}:../../lang/tcl80 +BUILD_DEPENDS+= ${MESA_WRKSRC}/lib/libMesaGL.a:${MESA_PKGDIR}:build CONFLICTS+= Mesa-* ONLY_FOR_PLATFORM= NetBSD-*-i386 |