diff options
author | wiz <wiz> | 2002-11-25 17:45:03 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-11-25 17:45:03 +0000 |
commit | f6667b8da24cb452f87932f61058cc7b96e70ede (patch) | |
tree | 4fbf452f858f3875daf311dcebae578305b48b6e /www | |
parent | 4b7c2ae1116d4f6d40cd460d63c648a4781260ed (diff) | |
download | pkgsrc-f6667b8da24cb452f87932f61058cc7b96e70ede.tar.gz |
Switch ppc to suse emulation packages instead of linuxppc_lib.
Diffstat (limited to 'www')
-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 |