diff options
author | marcel <marcel@FreeBSD.org> | 1999-07-21 14:55:43 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 1999-07-21 14:55:43 +0000 |
commit | 006748d7075d8aa18b6e21eed8ba3d16a9993088 (patch) | |
tree | c967cd82badb49fe81797727eac72d6dd35304e2 /www/linux-netscape4 | |
parent | 72480a5539d3d6f4e4f5eae58f276ea04ecca4bb (diff) | |
download | FreeBSD-ports-006748d7075d8aa18b6e21eed8ba3d16a9993088.zip FreeBSD-ports-006748d7075d8aa18b6e21eed8ba3d16a9993088.tar.gz |
Make port depend on linux_base instead of linux_lib.
Diffstat (limited to 'www/linux-netscape4')
-rw-r--r-- | www/linux-netscape4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/linux-netscape4/Makefile b/www/linux-netscape4/Makefile index 8518ff4..2f08a7b 100644 --- a/www/linux-netscape4/Makefile +++ b/www/linux-netscape4/Makefile @@ -3,7 +3,7 @@ # Date created: 24 Feb 1997 # Whom: ache # -# $Id: Makefile,v 1.7 1999/01/06 04:18:06 simokawa Exp $ +# $Id: Makefile,v 1.8 1999/02/22 04:31:40 steve Exp $ # DISTNAME= communicator-v408-export.x86-unknown-linux2.0_libc5 @@ -16,7 +16,7 @@ MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.08/english/unix/supporte MAINTAINER= tom@eborcom.com -RUN_DEPENDS= /compat/linux/lib/ld.so:${PORTSDIR}/emulators/linux_lib +RUN_DEPENDS= /compat/linux/lib/ld.so:${PORTSDIR}/emulators/linux_base ONLY_FOR_ARCHS= i386 |