diff options
author | simokawa <simokawa@FreeBSD.org> | 1999-01-07 10:31:51 +0800 |
---|---|---|
committer | simokawa <simokawa@FreeBSD.org> | 1999-01-07 10:31:51 +0800 |
commit | fc0a311479b996411ff7a6f245c63d252835ae64 (patch) | |
tree | 112ed18459dec512431d5bcf1affa3b937df966e /print/acroread | |
parent | 51e9726b73bab95be2960805f8eb7542fc9c6263 (diff) | |
download | freebsd-ports-gnome-fc0a311479b996411ff7a6f245c63d252835ae64.tar.gz freebsd-ports-gnome-fc0a311479b996411ff7a6f245c63d252835ae64.tar.zst freebsd-ports-gnome-fc0a311479b996411ff7a6f245c63d252835ae64.zip |
Add 'ONLY_FOR_ARCHS=i386' to linux_lib dependent ports.
Diffstat (limited to 'print/acroread')
-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 |