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 /games/quakedata/Makefile | |
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 'games/quakedata/Makefile')
-rw-r--r-- | games/quakedata/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/quakedata/Makefile b/games/quakedata/Makefile index 3f68778b750..d63730eaed8 100644 --- a/games/quakedata/Makefile +++ b/games/quakedata/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/02/02 06:50:34 itojun Exp $ +# $NetBSD: Makefile,v 1.2 2000/02/15 09:26:20 agc Exp $ # Based on FreeBSD ports/games/quakeserver # FreeBSD: ports/games/quakeserver/Makefile,v 1.20 1999/08/31 06:44:23 mharo Exp # @@ -13,8 +13,8 @@ EXTRACT_SUFX= .zip MAINTAINER= itojun@kame.net HOMEPAGE= http://www.idsoftware.com/ -BUILD_DEPENDS= unzip:../../archivers/unzip \ - lha:../../archivers/lha +BUILD_DEPENDS= unzip:../../archivers/unzip +BUILD_DEPENDS+= lha:../../archivers/lha NO_WRKSUBDIR= YES NO_BUILD= YES |