diff options
author | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 1999-01-07 02:31:51 +0000 |
---|---|---|
committer | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 1999-01-07 02:31:51 +0000 |
commit | 4b86d315caa202257c69cf3fd9c9323bbc82a872 (patch) | |
tree | 56e1e584318ae956bfb73c47dd2a669c9849cf18 /print/acroread/Makefile | |
parent | 8f11472006968bf10ec1a12fc2f3579c1dabd7f4 (diff) |
Add 'ONLY_FOR_ARCHS=i386' to linux_lib dependent ports.
Notes
Notes:
svn path=/head/; revision=15902
Diffstat (limited to 'print/acroread/Makefile')
-rw-r--r-- | print/acroread/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/acroread/Makefile b/print/acroread/Makefile index cfea53f7efba..9b96b0f70545 100644 --- a/print/acroread/Makefile +++ b/print/acroread/Makefile @@ -3,7 +3,7 @@ # Date created: 16 November 1996 # Whom: Thomas Gellekum <tg@freebsd.org> # -# $Id: Makefile,v 1.9 1998/11/23 09:51:57 tg Exp $ +# $Id: Makefile,v 1.10 1998/11/23 12:05:50 asami Exp $ # DISTNAME= ar302lin @@ -17,6 +17,8 @@ MAINTAINER= tg@FreeBSD.ORG RUN_DEPENDS= /compat/linux/lib/libc.so.5:${PORTSDIR}/emulators/linux_lib +ONLY_FOR_ARCHS= i386 + NO_FILTER_SHLIBS= yes WRKSRC= ${WRKDIR}/ILINXR.install |