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 /editors | |
parent | 99e392fb2d4b99dfa25311f8558959f38c325755 (diff) | |
download | pkgsrc-e2eb15e00cef84eb6095bb42d7c1c9543c98539c.tar.gz |
add CHECK_SHLIBS=no
Diffstat (limited to 'editors')
-rw-r--r-- | editors/framemaker/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/framemaker/Makefile b/editors/framemaker/Makefile index 4c0f59607cf..c7a9745ac68 100644 --- a/editors/framemaker/Makefile +++ b/editors/framemaker/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2000/08/25 00:20:21 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2000/08/31 02:35:26 hubertf Exp $ # DISTNAME= fmlinux @@ -17,7 +17,7 @@ HOMEPAGE= http://www.adobe.com/products/framemaker/fmlinux.html .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 -LDD?= /emul/linux/usr/bin/ldd +CHECK_SHLIBS= no .endif RESTRICTED= "Distributed only by Adobe Inc." |