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/aswedit | |
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/aswedit')
-rw-r--r-- | www/aswedit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/aswedit/Makefile b/www/aswedit/Makefile index 12ac876..a6b89f4 100644 --- a/www/aswedit/Makefile +++ b/www/aswedit/Makefile @@ -3,7 +3,7 @@ # Date created: 25 June 1997 # Whom: brett@peloton.physics.montana.edu # -# $Id: Makefile,v 1.3 1999/01/07 02:31:51 simokawa Exp $ +# $Id: Makefile,v 1.4 1999/05/05 13:45:58 flathill Exp $ # DISTNAME= asWedit-4.0-i386.linux @@ -16,7 +16,7 @@ MASTER_SITES= http://www.advasoft.com/asWedit/ \ MAINTAINER= brett@peloton.physics.montana.edu -RUN_DEPENDS= /compat/linux/lib/libc.so.5:${PORTSDIR}/emulators/linux_lib +RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base ONLY_FOR_ARCHS= i386 RESTRICTED= "Commercial software" |