From d90625e20fbef2b76826551343b63b12f0b5e495 Mon Sep 17 00:00:00 2001 From: rillig Date: Thu, 10 Nov 2005 06:24:49 +0000 Subject: Fixed pkglint warning: WARN: adom/Makefile:23: DEPENDS should be modified using "+=". --- games/adom/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'games/adom') diff --git a/games/adom/Makefile b/games/adom/Makefile index 79c1a9bdc42..90c692a847e 100644 --- a/games/adom/Makefile +++ b/games/adom/Makefile @@ -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 @@ CHECK_SHLIBS= NO .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 -- cgit v1.2.3