summaryrefslogtreecommitdiff
path: root/print/lyx
diff options
context:
space:
mode:
authoragc <agc>2000-02-15 09:26:12 +0000
committeragc <agc>2000-02-15 09:26:12 +0000
commit12e06e19ebf907042f4c8a55eb78ef23711edada (patch)
tree4e357f9aabe4d1c5fb73d87778d5e0e3e135ff1f /print/lyx
parent7d5f7e3cd19c4453f97e98fcf15a5029891c00a8 (diff)
downloadpkgsrc-12e06e19ebf907042f4c8a55eb78ef23711edada.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/lyx')
-rw-r--r--print/lyx/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/print/lyx/Makefile b/print/lyx/Makefile
index fcd02cad2e6..7749bc90381 100644
--- a/print/lyx/Makefile
+++ b/print/lyx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 1999/11/28 21:17:10 frueauf Exp $
+# $NetBSD: Makefile,v 1.24 2000/02/15 09:26:23 agc Exp $
# FreeBSD Id: Makefile,v 1.14 1998/02/14 16:46:50 andreas Exp
#
@@ -9,10 +9,10 @@ MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/
MAINTAINER= frueauf@netbsd.org
HOMEPAGE= http://www.lyx.org/
-DEPENDS= ispell-3.1.20:../../textproc/ispell \
- teTeX-1.0.6:../../print/teTeX \
- xpm-3.4k:../../graphics/xpm \
- xforms-0.88:../../x11/xforms
+DEPENDS= ispell-3.1.20:../../textproc/ispell
+DEPENDS+= teTeX-1.0.6:../../print/teTeX
+DEPENDS+= xpm-3.4k:../../graphics/xpm
+DEPENDS+= xforms-0.88:../../x11/xforms
USE_PERL5= yes
GNU_CONFIGURE= yes