diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2001-05-05 17:24:10 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2001-05-05 17:24:10 +0000 |
commit | 048ffad3c0e37684d3216352a6827d8c4bfdecc3 (patch) | |
tree | 0917be47eff368105e67f152dd6282d3ccccf1e9 /net/citrix_ica/Makefile | |
parent | 3c201dfe6bdbfa0254eafc01831d3a2e11d4454d (diff) | |
download | pkgsrc-048ffad3c0e37684d3216352a6827d8c4bfdecc3.tar.gz |
get this to go on sparc as well as i386. The distfiles are different
and hence patches can't be shared. Also, there are some minor PLIST
differences.
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: |