diff options
author | jperkin <jperkin@pkgsrc.org> | 2015-06-19 15:30:27 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2015-06-19 15:30:27 +0000 |
commit | 6bd9b1ce2e4bf5f3d42e799635ef7763097dc98a (patch) | |
tree | 283d58600e3d81729469560615e03f5ed4012873 /net/citrix_ica | |
parent | db89472211565dd79377baef59de31d8f5121557 (diff) | |
download | pkgsrc-6bd9b1ce2e4bf5f3d42e799635ef7763097dc98a.tar.gz |
Disable on Linux too as it hangs the 32-bit bulk build.
Diffstat (limited to 'net/citrix_ica')
-rw-r--r-- | net/citrix_ica/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/citrix_ica/Makefile b/net/citrix_ica/Makefile index 7c262bc2b07..59b14af5e3e 100644 --- a/net/citrix_ica/Makefile +++ b/net/citrix_ica/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2015/03/14 15:21:56 joerg Exp $ +# $NetBSD: Makefile,v 1.46 2015/06/19 15:30:27 jperkin Exp $ DISTNAME= citrix_ica-10.6.115659 PKGREVISION= 2 @@ -17,7 +17,7 @@ NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} # "Abort Traps" indefinitely in pbulk -NOT_FOR_PLATFORM+= DragonFly-*-* NetBSD-*-x86_64 +NOT_FOR_PLATFORM+= DragonFly-*-* Linux-*-* NetBSD-*-x86_64 EMUL_PLATFORMS= linux-i386 EMUL_PLATFORMS+= solaris-sparc |