From 215b634795ae2dfe83c31f10c2dd1833e8e28823 Mon Sep 17 00:00:00 2001 From: tron Date: Tue, 29 Aug 2000 12:41:04 +0000 Subject: Set "LDD" to "${TRUE}" on the i386 port because the Linux shared libraries won't be found without the wrapper script. --- print/acroread/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'print') diff --git a/print/acroread/Makefile b/print/acroread/Makefile index b34b614ece0..46dca3d57c8 100644 --- a/print/acroread/Makefile +++ b/print/acroread/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2000/08/25 00:20:24 jlam Exp $ +# $NetBSD: Makefile,v 1.18 2000/08/29 12:41:04 tron 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?= /emul/linux/usr/bin/ldd +LDD?= ${TRUE} .elif (${MACHINE_ARCH} == "alpha") .if !exists(/emul/osf1/sbin/loader) IGNORE= '${PKGNAME} requires Digital UNIX libraries - see compat_osf1(8)' -- cgit v1.2.3