diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-11-25 01:26:12 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-11-25 01:26:12 +0000 |
commit | d1201d05b1d97460a1c73c36518b0e9e822a48d7 (patch) | |
tree | a25f600aae28e3151f00d0b8ead0c07f3d0b2aa4 /www | |
parent | f36e8c3e70403b1a594868ad31b552822d980a27 (diff) | |
download | pkgsrc-d1201d05b1d97460a1c73c36518b0e9e822a48d7.tar.gz |
Use our fine dependency system instead placing things in the users' hand.
This has failed often enough in the past. :->
Diffstat (limited to 'www')
-rw-r--r-- | www/communicator/Makefile | 6 | ||||
-rw-r--r-- | www/navigator/Makefile | 6 |
2 files changed, 4 insertions, 8 deletions
diff --git a/www/communicator/Makefile b/www/communicator/Makefile index fede18521e6..f7d8baf57bf 100644 --- a/www/communicator/Makefile +++ b/www/communicator/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 1999/10/19 18:30:25 abs Exp $ +# $NetBSD: Makefile,v 1.24 1999/11/25 01:26:14 hubertf Exp $ # # Every effort has been made to keep the communicator and navigator # Makefiles as similar as possible. @@ -26,9 +26,7 @@ DIST_DIR_NAME= supported/dec_unix40 WRKNAME= alpha-dec-osf4.0 VENDOR_NAME= Tru64 UNIX .elif (${MACHINE_ARCH} == "i386") -.if !exists(/emul/linux/lib/ld-linux.so.2) -IGNORE= requires Linux glibc2 libraries - see compat_linux(8) -.endif +DEPENDS= suse_linux-6.1p1:../../emulators/suse_linux DISTUNAME= x86-unknown-linuxglibc2.0 DIST_DIR_NAME= supported/linux20_glibc2 WRKNAME= x86-unknown-linux2.0 diff --git a/www/navigator/Makefile b/www/navigator/Makefile index 72e5369390c..fbbd09bb5df 100644 --- a/www/navigator/Makefile +++ b/www/navigator/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 1999/10/19 18:30:26 abs Exp $ +# $NetBSD: Makefile,v 1.22 1999/11/25 01:26:12 hubertf Exp $ # # Every effort has been made to keep the communicator and navigator # Makefiles as similar as possible. @@ -26,9 +26,7 @@ DIST_DIR_NAME= supported/dec_unix40 WRKNAME= alpha-dec-osf4.0 VENDOR_NAME= Tru64 UNIX .elif (${MACHINE_ARCH} == "i386") -.if !exists(/emul/linux/lib/ld-linux.so.2) -IGNORE= requires Linux glibc2 libraries - see compat_linux(8) -.endif +DEPENDS= suse_linux-6.1p1:../../emulators/suse_linux DISTUNAME= x86-unknown-linuxglibc2.0 DIST_DIR_NAME= supported/linux20_glibc2 WRKNAME= x86-unknown-linux2.0 |