diff options
author | wiz <wiz@pkgsrc.org> | 2002-11-25 17:45:03 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-11-25 17:45:03 +0000 |
commit | 152c7c943a43c44b6c50e26ccba9ac40b61d1458 (patch) | |
tree | 4fbf452f858f3875daf311dcebae578305b48b6e /www/navigator | |
parent | 15ab37dbbfa5d3a09d14a7e618c25edc66badb00 (diff) | |
download | pkgsrc-152c7c943a43c44b6c50e26ccba9ac40b61d1458.tar.gz |
Switch ppc to suse emulation packages instead of linuxppc_lib.
Diffstat (limited to 'www/navigator')
-rw-r--r-- | www/navigator/Makefile.common | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/navigator/Makefile.common b/www/navigator/Makefile.common index 298eb586ae6..42c3c1482aa 100644 --- a/www/navigator/Makefile.common +++ b/www/navigator/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.55 2002/11/25 17:23:21 wiz Exp $ +# $NetBSD: Makefile.common,v 1.56 2002/11/25 17:45:03 wiz Exp $ # # Common include file for communicator and navigator packages @@ -110,7 +110,8 @@ IGNORE= "There is no navigator-only package for PowerPC" IGNORE+= "platform. Please cd to ../communicator and" IGNORE+= "install communicator package instead." .endif -DEPENDS+= linuxppc_lib>=2000.4.2:../../emulators/linuxppc_lib +DEPENDS+= suse_compat>=6.4:../../emulators/${SUSE_DIR_PREFIX}_compat +DEPENDS+= suse_x11>=6.4:../../emulators/${SUSE_DIR_PREFIX}_x11 NS_VERS= 4.73 PKGNAME= ${BINNAME}-${NS_VERS} DISTNAME= netscape-4.7-3.ppc |