diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2001-05-05 17:27:17 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2001-05-05 17:27:17 +0000 |
commit | 7c51d9cd94f87b6b2901333790c339c4fd13488d (patch) | |
tree | be73944685bcd5268ee6deb7e5305f8312eb4b53 /net | |
parent | 048ffad3c0e37684d3216352a6827d8c4bfdecc3 (diff) | |
download | pkgsrc-7c51d9cd94f87b6b2901333790c339c4fd13488d.tar.gz |
uncomment some tests i'd commented out for testing...
Diffstat (limited to 'net')
-rw-r--r-- | net/citrix_ica/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/citrix_ica/Makefile b/net/citrix_ica/Makefile index 552d6b3eef5..f1463b6f9df 100644 --- a/net/citrix_ica/Makefile +++ b/net/citrix_ica/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/05/05 17:24:10 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.4 2001/05/05 17:27:17 dmcmahill Exp $ # DISTNAME= citrix_ica-client @@ -46,9 +46,9 @@ CDIR= ${PREFIX}/lib/ICAClient BINDIR= ${PREFIX}/bin .if (${MACHINE_ARCH} == "sparc") -#.if !exists(/emul/svr4/usr/lib/ld.so) -#IGNORE= "${PKGNAME} requires SVR4 compability - see compat_svr4(8)" -#.endif +.if !exists(/emul/svr4/usr/lib/ld.so) +IGNORE= "${PKGNAME} requires SVR4 compability - see compat_svr4(8)" +.endif .endif do-install: |