diff options
author | jlam <jlam@pkgsrc.org> | 2000-09-06 15:29:28 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-09-06 15:29:28 +0000 |
commit | 04f0d06012883032995da04fc07a3d3f659aa580 (patch) | |
tree | 6882923007f6d9e9516ae402593b62454a285540 /www/navigator | |
parent | 22c5d3e951d646300a468e1ef46385e335c6e7c1 (diff) | |
download | pkgsrc-04f0d06012883032995da04fc07a3d3f659aa580.tar.gz |
Netscape doesn't need all of suse_linux, just suse_x11.
Diffstat (limited to 'www/navigator')
-rw-r--r-- | www/navigator/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/navigator/Makefile.common b/www/navigator/Makefile.common index 75839e0d636..fa6392e5144 100644 --- a/www/navigator/Makefile.common +++ b/www/navigator/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.21 2000/09/05 18:31:02 abs Exp $ +# $NetBSD: Makefile.common,v 1.22 2000/09/06 15:29:28 jlam Exp $ # # Common include file for communicator and navigator packages @@ -48,7 +48,7 @@ VENDOR_NAME= BSD/OS 2.1 # .elif (${MACHINE_ARCH} == "i386") PLIST_ARCH= linux-i386 -DEPENDS= suse_linux>=6.3:../../emulators/suse_linux +DEPENDS= suse_x11>=6.3:../../emulators/suse_x11 DISTUNAME= x86-unknown-linux2.2 DIST_DIR_NAME= supported/linux22 WRKNAME= x86-unknown-linux2.2 |