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 /print/acroread4 | |
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 'print/acroread4')
-rw-r--r-- | print/acroread4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/acroread4/Makefile b/print/acroread4/Makefile index e9b13ef9d76d..96d9711590f6 100644 --- a/print/acroread4/Makefile +++ b/print/acroread4/Makefile @@ -3,7 +3,7 @@ # Date created: 16 November 1996 # Whom: Thomas Gellekum <tg@freebsd.org> # -# $Id: Makefile,v 1.13 1999/04/08 07:49:18 dima Exp $ +# $Id: Makefile,v 1.14 1999/06/17 02:29:24 dima Exp $ # DISTNAME= linux-ar-40 @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp-pac.adobe.com/pub/adobe/acrobatreader/unix/4.x/ MAINTAINER= dima@FreeBSD.ORG -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 |