diff options
author | marcel <marcel@FreeBSD.org> | 1999-07-21 22:55:43 +0800 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 1999-07-21 22:55:43 +0800 |
commit | 006748d7075d8aa18b6e21eed8ba3d16a9993088 (patch) | |
tree | c967cd82badb49fe81797727eac72d6dd35304e2 /www/netscape4-communicator.us | |
parent | 72480a5539d3d6f4e4f5eae58f276ea04ecca4bb (diff) | |
download | freebsd-ports-gnome-006748d7075d8aa18b6e21eed8ba3d16a9993088.tar.gz freebsd-ports-gnome-006748d7075d8aa18b6e21eed8ba3d16a9993088.tar.zst freebsd-ports-gnome-006748d7075d8aa18b6e21eed8ba3d16a9993088.zip |
Make port depend on linux_base instead of linux_lib.
Diffstat (limited to 'www/netscape4-communicator.us')
-rw-r--r-- | www/netscape4-communicator.us/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/netscape4-communicator.us/Makefile b/www/netscape4-communicator.us/Makefile index 2e89d6ac4776..59b18004dc3b 100644 --- a/www/netscape4-communicator.us/Makefile +++ b/www/netscape4-communicator.us/Makefile @@ -4,7 +4,7 @@ # Date created: 14 Feb 1998 # Whom: obrien@cs.ucdavis.edu # -# $Id: Makefile,v 1.8 1999/01/13 04:00:08 scrappy Exp $ +# $Id: Makefile,v 1.9 1999/01/31 22:23:03 obrien Exp $ # DISTNAME= communicator-v407-us.x86-unknown-linux2.0_libc5 @@ -15,7 +15,7 @@ MAINTAINER= obrien@FreeBSD.ORG Y2K= http://home.netscape.com/products/year2000/faq/client.html -RUN_DEPENDS= /compat/linux/lib/ld-linux.so.1:${PORTSDIR}/emulators/linux_lib +RUN_DEPENDS= /compat/linux/lib/ld-linux.so.1:${PORTSDIR}/emulators/linux_base RESTRICTED= "Commerial & USA ITAR export restrictions" ONLY_FOR_ARCHS= i386 |