diff options
author | tron <tron@pkgsrc.org> | 1999-07-01 23:28:31 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-07-01 23:28:31 +0000 |
commit | b26d420a43483b3990630e8b077e0f553d56e55f (patch) | |
tree | 07826b915517a18315942c7eab48285cb6495bfc /print | |
parent | 26e0f7d5fdff16a18dd64f7c811e2eebb3ac82b0 (diff) | |
download | pkgsrc-b26d420a43483b3990630e8b077e0f553d56e55f.tar.gz |
Improved messages if libraries required for emulation are missing.
Diffstat (limited to 'print')
-rw-r--r-- | print/acroread/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/print/acroread/Makefile b/print/acroread/Makefile index 2fff9f50bfb..f5ae26ab117 100644 --- a/print/acroread/Makefile +++ b/print/acroread/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1999/06/17 01:04:29 sakamoto Exp $ +# $NetBSD: Makefile,v 1.4 1999/07/01 23:28:31 tron Exp $ # FreeBSD Id: Makefile,v 1.13 1999/04/08 07:49:18 dima Exp $ PKGNAME= acroread-4.0 @@ -15,17 +15,17 @@ NO_BUILD= YES .if (${MACHINE_ARCH} == "i386") .if !exists(/emul/linux/lib/ld-linux.so.2) -IGNORE=You must have Linux libraries installed - see compat_linux(8) +IGNORE= requires Linux glibc2 libraries - see compat_linux(8) .endif DISTNAME= linux-ar-40 #.elif (${MACHINE_ARCH} == "alpha") #.if !exists(/emul/osf1/sbin/loader) -#IGNORE=You must have Digital UNIX libraries installed - see compat_osf1(8) +#IGNORE= requires Digital UNIX libraries - see compat_osf1(8) #.endif #DISTNAME= dec-arws-40 #.elif (${MACHINE_ARCH} == "sparc") #.if !exists(/emul/sunos/usr/lib/ld.so) -#IGNORE=You must have SunOS libraries installed - see compat_sunos(8) +#IGNORE= requires SunOS libraries - see compat_sunos(8) #.endif #DISTNAME= sunsparc-arws-40 .else |