From a203018ffdf19d6d0b742260fd4aa34d675fd259 Mon Sep 17 00:00:00 2001 From: abs Date: Thu, 12 Apr 2001 15:35:40 +0000 Subject: Depend on {communicator,navigator}-* rather than {communicator,navigator}* --- www/netscape/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'www/netscape') diff --git a/www/netscape/Makefile b/www/netscape/Makefile index 78a720bae59..bb99e9ffe88 100644 --- a/www/netscape/Makefile +++ b/www/netscape/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/02/17 17:22:16 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2001/04/12 15:35:40 abs Exp $ # COMMENT= Open new communicator or navigator window @@ -9,9 +9,9 @@ BINNAME= netscape DEPENDS+= ns-remote>=1.3:../../www/ns-remote .if defined(NS_NAVIGATOR) && ${NS_NAVIGATOR} == YES -DEPENDS+= {navigator,communicator}*:../../www/navigator +DEPENDS+= {navigator,communicator}-*:../../www/navigator .else -DEPENDS+= {communicator,navigator}*:../../www/communicator +DEPENDS+= {communicator,navigator}-*:../../www/communicator .endif DISTFILES= # empty -- cgit v1.2.3