diff options
author | abs <abs@pkgsrc.org> | 2001-04-12 15:35:40 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2001-04-12 15:35:40 +0000 |
commit | 5ab89eab7fb0ac7b259052ac5c366702bd52e471 (patch) | |
tree | 0839944a74b48c6f6aca6bab345a9c728a6848ea /www/netscape | |
parent | e24773864ba227c5ae0d61718252209a377abedb (diff) | |
download | pkgsrc-5ab89eab7fb0ac7b259052ac5c366702bd52e471.tar.gz |
Depend on {communicator,navigator}-* rather than {communicator,navigator}*
Diffstat (limited to 'www/netscape')
-rw-r--r-- | www/netscape/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 |