uncomment some tests i'd commented out for testing...
This commit is contained in:
parent
048ffad3c0
commit
7c51d9cd94
1 changed files with 4 additions and 4 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue