diff options
author | tron <tron@pkgsrc.org> | 2000-12-17 13:21:55 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-12-17 13:21:55 +0000 |
commit | 16f3f6a5087085d34e6cceb4212437fc6623c711 (patch) | |
tree | b99c41d25a1dbaddca4599d1145446b85d5558c7 /www/navigator | |
parent | c652d35f64fc8b3e5723b0a52e6fb32123ff3c49 (diff) | |
download | pkgsrc-16f3f6a5087085d34e6cceb4212437fc6623c711.tar.gz |
Add dependences on "suse_compat" package required after update to SuSE 6.4.
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 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 |