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 | |
parent | Upgrade to the first pre-release of KDE 1.1. (diff) |
Add 'ONLY_FOR_ARCHS=i386' to linux_lib dependent ports.
Notes
Notes:
svn path=/head/; revision=15902
Diffstat (limited to 'print')
-rw-r--r-- | print/acroread/Makefile | 4 | ||||
-rw-r--r-- | print/acroread4/Makefile | 4 | ||||
-rw-r--r-- | print/acroread5/Makefile | 4 |
3 files changed, 9 insertions, 3 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 diff --git a/print/acroread4/Makefile b/print/acroread4/Makefile index cfea53f7efba..9b96b0f70545 100644 --- a/print/acroread4/Makefile +++ b/print/acroread4/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 diff --git a/print/acroread5/Makefile b/print/acroread5/Makefile index cfea53f7efba..9b96b0f70545 100644 --- a/print/acroread5/Makefile +++ b/print/acroread5/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 |