diff options
author | hubertf <hubertf> | 2000-08-31 02:35:25 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2000-08-31 02:35:25 +0000 |
commit | e2eb15e00cef84eb6095bb42d7c1c9543c98539c (patch) | |
tree | d00c8bb4d533fd2f62dc50cfe9877f7f11d80d43 /print/acroread | |
parent | 99e392fb2d4b99dfa25311f8558959f38c325755 (diff) | |
download | pkgsrc-e2eb15e00cef84eb6095bb42d7c1c9543c98539c.tar.gz |
add CHECK_SHLIBS=no
Diffstat (limited to 'print/acroread')
-rw-r--r-- | print/acroread/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/acroread/Makefile b/print/acroread/Makefile index 46dca3d57c8..52dedf32f10 100644 --- a/print/acroread/Makefile +++ b/print/acroread/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2000/08/29 12:41:04 tron Exp $ +# $NetBSD: Makefile,v 1.19 2000/08/31 02:35:27 hubertf Exp $ # FreeBSD Id: Makefile,v 1.13 1999/04/08 07:49:18 dima Exp $ PKGNAME= acroread-4.05 @@ -25,7 +25,7 @@ DEPENDS= suse_linux>=6.1:../../emulators/suse_linux DISTNAME= linux-ar-405 PLATFORM= intellinux WRKSRC= ${WRKDIR}/ILINXR.install -LDD?= ${TRUE} +CHECK_SHLIBS= no .elif (${MACHINE_ARCH} == "alpha") .if !exists(/emul/osf1/sbin/loader) IGNORE= '${PKGNAME} requires Digital UNIX libraries - see compat_osf1(8)' |