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 /multimedia/netshow/Makefile | |
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 'multimedia/netshow/Makefile')
-rw-r--r-- | multimedia/netshow/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/netshow/Makefile b/multimedia/netshow/Makefile index 03adc5cb5171..1b08f03260fb 100644 --- a/multimedia/netshow/Makefile +++ b/multimedia/netshow/Makefile @@ -3,7 +3,7 @@ # Date created: Thu Jun 11 22:38:52 PDT 1998 # Whom: dburr@FreeBSD.ORG # -# $Id: Makefile,v 1.2 1998/08/05 09:31:13 asami Exp $ +# $Id: Makefile,v 1.3 1998/11/21 07:27:35 steve Exp $ # DISTNAME= netshow_linux @@ -16,6 +16,7 @@ MAINTAINER= dburr@FreeBSD.ORG RUN_DEPENDS= /compat/linux/lib/libc.so.5:${PORTSDIR}/emulators/linux_lib +ONLY_FOR_ARCHS= i386 RESTRICTED= "Commercial software" NO_CDROM= ${RESTRICTED} NO_PACKAGE= ${RESTRICTED} |