summaryrefslogtreecommitdiff
path: root/editors/vim-gtk/Makefile
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 /editors/vim-gtk/Makefile
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 'editors/vim-gtk/Makefile')
-rw-r--r--editors/vim-gtk/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/vim-gtk/Makefile b/editors/vim-gtk/Makefile
index ec16e355ce9..240402461f8 100644
--- a/editors/vim-gtk/Makefile
+++ b/editors/vim-gtk/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.12 2000/01/25 17:13:16 pooka Exp $
+# $NetBSD: Makefile,v 1.13 2000/02/15 09:26:19 agc Exp $
.include "../vim-share/Makefile.common"
PKGNAME= vim-gtk-${VIM_VERSION}
-DEPENDS+= vim-share-${VIM_VERSION}:../vim-share \
- gtk+-1.2.*:../../x11/gtk
+DEPENDS+= vim-share-${VIM_VERSION}:../vim-share
+DEPENDS+= gtk+-1.2.*:../../x11/gtk
CONFLICTS= vim-[0-9]* vim-xaw-*
DISTFILES+= ${DISTNAME}-rt${EXTRACT_SUFX}