diff options
-rw-r--r-- | games/adom/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |