diff options
-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 f542a9cd7de..bebec5dc880 100644 --- a/www/navigator/Makefile.common +++ b/www/navigator/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.24 2000/10/27 02:20:54 tron Exp $ +# $NetBSD: Makefile.common,v 1.25 2000/12/17 13:21:55 tron Exp $ # # Common include file for communicator and navigator packages @@ -49,7 +49,8 @@ VENDOR_NAME= BSD/OS 2.1 # .elif (${MACHINE_ARCH} == "i386") PLIST_ARCH= linux-i386 -DEPENDS= suse_x11>=6.3:../../emulators/suse_x11 +DEPENDS+= suse_compat>=6.3:../../emulators/suse_compat +DEPENDS+= suse_x11>=6.3:../../emulators/suse_x11 DISTUNAME= x86-unknown-linux2.2 DIST_DIR_NAME= supported/linux22 WRKNAME= x86-unknown-linux2.2 |