diff options
author | jlam <jlam@pkgsrc.org> | 2000-08-25 00:20:21 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-08-25 00:20:21 +0000 |
commit | 7fa5e584e17ab006dabc015b361f6b661fa413fc (patch) | |
tree | 65e6f0378225869a785507f61e73ff3ee224c14d /editors | |
parent | 3bdf5fe6b07cef91b548035259b18c45d404935d (diff) | |
download | pkgsrc-7fa5e584e17ab006dabc015b361f6b661fa413fc.tar.gz |
Add appropriate definitions of LDD so check-shlibs works correctly.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/framemaker/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/framemaker/Makefile b/editors/framemaker/Makefile index 5be5351f44b..4c0f59607cf 100644 --- a/editors/framemaker/Makefile +++ b/editors/framemaker/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2000/08/18 22:46:32 hubertf Exp $ +# $NetBSD: Makefile,v 1.6 2000/08/25 00:20:21 jlam Exp $ # DISTNAME= fmlinux @@ -16,7 +16,8 @@ HOMEPAGE= http://www.adobe.com/products/framemaker/fmlinux.html .include "../../mk/bsd.prefs.mk" .if (${OPSYS} == "NetBSD" && ${MACHINE_ARCH} == "i386") # At least on 1.4.2, suse-6.3 is NOT ok, you need 6.1! -DEPENDS+= suse_linux>=6.1:../../emulators/suse_linux +DEPENDS+= suse_linux>=6.1:../../emulators/suse_linux +LDD?= /emul/linux/usr/bin/ldd .endif RESTRICTED= "Distributed only by Adobe Inc." |