diff options
Diffstat (limited to 'net/citrix_ica/Makefile')
-rw-r--r-- | net/citrix_ica/Makefile | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/net/citrix_ica/Makefile b/net/citrix_ica/Makefile index f7197930b36..552d6b3eef5 100644 --- a/net/citrix_ica/Makefile +++ b/net/citrix_ica/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/03/23 14:53:43 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2001/05/05 17:24:10 dmcmahill Exp $ # DISTNAME= citrix_ica-client @@ -32,6 +32,12 @@ NO_BIN_ON_FTP= ${RESTRICTED} NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} +DISTINFO_FILE=${.CURDIR}/distinfo.${MACHINE_ARCH} +PATCHDIR=${.CURDIR}/patches.${MACHINE_ARCH} +PLIST_SRC= ${PKGDIR}/PLIST.pre \ + ${PKGDIR}/PLIST.${MACHINE_ARCH} \ + ${PKGDIR}/PLIST.post + DIST_SUBDIR= citrix WRKSRC= ${WRKDIR} NO_BUILD= Yes @@ -40,9 +46,9 @@ CDIR= ${PREFIX}/lib/ICAClient BINDIR= ${PREFIX}/bin .if (${MACHINE_ARCH} == "sparc") -.if !exists(/emul/sunos/usr/lib/ld.so) -IGNORE= "${PKGNAME} requires SunOS compability - see compat_sunos(8)" -.endif +#.if !exists(/emul/svr4/usr/lib/ld.so) +#IGNORE= "${PKGNAME} requires SVR4 compability - see compat_svr4(8)" +#.endif .endif do-install: |