pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/games/adom Fixed pkglint warning:
details: https://anonhg.NetBSD.org/pkgsrc/rev/078bd508a2d7
branches: trunk
changeset: 502868:078bd508a2d7
user: rillig <rillig%pkgsrc.org@localhost>
date: Thu Nov 10 06:24:49 2005 +0000
description:
Fixed pkglint warning:
WARN: adom/Makefile:23: DEPENDS should be modified using "+=".
diffstat:
games/adom/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r d23f0c647a8e -r 078bd508a2d7 games/adom/Makefile
--- a/games/adom/Makefile Thu Nov 10 05:29:59 2005 +0000
+++ b/games/adom/Makefile Thu Nov 10 06:24:49 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2005/06/16 06:57:52 jlam Exp $
+# $NetBSD: Makefile,v 1.8 2005/11/10 06:24:49 rillig Exp $
#
DISTNAME= adom-111-elf
@@ -20,7 +20,7 @@
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "NetBSD"
-DEPENDS= suse_base>=6.1:../../emulators/${SUSE_DIR_PREFIX}_base
+DEPENDS+= suse_base>=6.1:../../emulators/${SUSE_DIR_PREFIX}_base
.endif
INSTALLATION_DIRS= bin
Home |
Main Index |
Thread Index |
Old Index