summaryrefslogtreecommitdiff
path: root/print/magicfilter
diff options
context:
space:
mode:
authoragc <agc>2000-02-15 09:26:12 +0000
committeragc <agc>2000-02-15 09:26:12 +0000
commit242d011092ba85f783d14aeacbecfc4234970f19 (patch)
tree4e357f9aabe4d1c5fb73d87778d5e0e3e135ff1f /print/magicfilter
parent5c63ce00000da7db31d55e4568e575d0b99bc6a9 (diff)
downloadpkgsrc-242d011092ba85f783d14aeacbecfc4234970f19.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 'print/magicfilter')
-rw-r--r--print/magicfilter/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/print/magicfilter/Makefile b/print/magicfilter/Makefile
index aa2abc7daa9..23ccab20e63 100644
--- a/print/magicfilter/Makefile
+++ b/print/magicfilter/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2000/01/10 00:57:16 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2000/02/15 09:26:24 agc Exp $
DISTNAME= magicfilter-1.2
CATEGORIES= print
@@ -6,11 +6,11 @@ MASTER_SITES= ${MASTER_SITE_SUNSITE:=system/printing/}
MAINTAINER= packages@netbsd.org
-DEPENDS+= a2ps-*:../a2ps \
- ghostscript-*:../ghostscript5 \
- netpbm-*:../../graphics/netpbm \
- teTeX-bin-*:../teTeX-bin \
- papersize-*:../papersize
+DEPENDS+= a2ps-*:../../print/a2ps
+DEPENDS+= ghostscript-*:../../print/ghostscript5
+DEPENDS+= netpbm-*:../../graphics/netpbm
+DEPENDS+= teTeX-bin-*:../../print/teTeX-bin
+DEPENDS+= papersize-*:../../print/papersize
USE_GMAKE= yes
GNU_CONFIGURE= yes