summaryrefslogtreecommitdiff
path: root/audio/xsidplay
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 /audio/xsidplay
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 'audio/xsidplay')
-rw-r--r--audio/xsidplay/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/xsidplay/Makefile b/audio/xsidplay/Makefile
index ea52dd9a81c..884c8690bd0 100644
--- a/audio/xsidplay/Makefile
+++ b/audio/xsidplay/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 1999/07/08 07:35:25 frueauf Exp $
+# $NetBSD: Makefile,v 1.5 2000/02/15 09:26:18 agc Exp $
#
DISTNAME= xsidplay-1_3_8
@@ -11,8 +11,8 @@ EXTRACT_SUFX= _tar.gz
MAINTAINER= pooka@iki.fi
HOMEPAGE= http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/
-DEPENDS= sidplay-1.36.35:../../audio/sidplay \
- qt-1.44:../../x11/qt
+DEPENDS= sidplay-1.36.35:../../audio/sidplay
+DEPENDS+= qt-1.44:../../x11/qt
USE_X11BASE= yes
GNU_CONFIGURE= yes