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 /biology/kinemage | |
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 'biology/kinemage')
-rw-r--r-- | biology/kinemage/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/biology/kinemage/Makefile b/biology/kinemage/Makefile index a6080bd5b960..f27eacad5661 100644 --- a/biology/kinemage/Makefile +++ b/biology/kinemage/Makefile @@ -3,7 +3,7 @@ # Date created: Dec 4 1997 # Whom: frankch@waru.life.nthu.edu.tw # -# $Id: Makefile,v 1.5 1998/11/14 09:43:04 asami Exp $ +# $Id: Makefile,v 1.6 1998/12/09 22:35:04 billf Exp $ # DISTNAME= MAGE_4_2.LINUX @@ -19,6 +19,8 @@ MAINTAINER= frankch@waru.life.nthu.edu.tw BUILD_DEPENDS= /compat/linux/lib/ld.so:${PORTSDIR}/emulators/linux_lib RUN_DEPENDS= /compat/linux/lib/libc.so.5:${PORTSDIR}/emulators/linux_lib +ONLY_FOR_ARCHS= i386 + NO_WRKSUBDIR= YES NO_BUILD= YES |