diff options
author | Marcel Moolenaar <marcel@FreeBSD.org> | 1999-07-21 14:55:43 +0000 |
---|---|---|
committer | Marcel Moolenaar <marcel@FreeBSD.org> | 1999-07-21 14:55:43 +0000 |
commit | d7d791cfa6686861a5ce83778fa10aacad54f40e (patch) | |
tree | b89620de2dfc36665774af847d71410b6c4037b3 /print | |
parent | 4f879317f77b8dce9274748b7227f28efe59d512 (diff) | |
download | ports-d7d791cfa6686861a5ce83778fa10aacad54f40e.tar.gz ports-d7d791cfa6686861a5ce83778fa10aacad54f40e.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/acroread/Makefile | 4 | ||||
-rw-r--r-- | print/acroread4/Makefile | 4 | ||||
-rw-r--r-- | print/acroread5/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/print/acroread/Makefile b/print/acroread/Makefile index 9b96b0f70545..19d47384ec65 100644 --- a/print/acroread/Makefile +++ b/print/acroread/Makefile @@ -3,7 +3,7 @@ # Date created: 16 November 1996 # Whom: Thomas Gellekum <tg@freebsd.org> # -# $Id: Makefile,v 1.10 1998/11/23 12:05:50 asami Exp $ +# $Id: Makefile,v 1.11 1999/01/07 02:31:48 simokawa Exp $ # DISTNAME= ar302lin @@ -15,7 +15,7 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= tg@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 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 diff --git a/print/acroread5/Makefile b/print/acroread5/Makefile index e9b13ef9d76d..96d9711590f6 100644 --- a/print/acroread5/Makefile +++ b/print/acroread5/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 |