diff options
author | simokawa <simokawa@FreeBSD.org> | 1999-01-07 02:31:51 +0000 |
---|---|---|
committer | simokawa <simokawa@FreeBSD.org> | 1999-01-07 02:31:51 +0000 |
commit | fc0a311479b996411ff7a6f245c63d252835ae64 (patch) | |
tree | 112ed18459dec512431d5bcf1affa3b937df966e /net/citrix_xenapp | |
parent | 51e9726b73bab95be2960805f8eb7542fc9c6263 (diff) | |
download | FreeBSD-ports-fc0a311479b996411ff7a6f245c63d252835ae64.zip FreeBSD-ports-fc0a311479b996411ff7a6f245c63d252835ae64.tar.gz |
Add 'ONLY_FOR_ARCHS=i386' to linux_lib dependent ports.
Diffstat (limited to 'net/citrix_xenapp')
-rw-r--r-- | net/citrix_xenapp/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/net/citrix_xenapp/Makefile b/net/citrix_xenapp/Makefile index 466d01f..8b120e9 100644 --- a/net/citrix_xenapp/Makefile +++ b/net/citrix_xenapp/Makefile @@ -3,7 +3,7 @@ # Date created: 20 Sep 1998 # Whom: msmith # -# $Id: Makefile,v 1.4 1998/12/30 03:56:28 obrien Exp $ +# $Id: Makefile,v 1.5 1999/01/04 16:26:59 obrien Exp $ # DISTNAME= linux @@ -16,11 +16,13 @@ MAINTAINER= msmith@FreeBSD.ORG RUN_DEPENDS= /compat/linux/lib/libc.so.6:${PORTSDIR}/emulators/linux_lib +ONLY_FOR_ARCHS= i386 +RESTRICTED= "License prohibits redistribution" +IS_INTERACTIVE= "Noisy license agreement ignores stdin" + DIST_SUBDIR= citrix_ica NO_WRKSUBDIR= Yes NO_BUILD= Yes -RESTRICTED= "License prohibits redistribution" -IS_INTERACTIVE= "Noisy license agreement ignores stdin" CDIR= ${PREFIX}/lib/ICAClient BINDIR= ${PREFIX}/bin |