diff options
author | grant <grant@pkgsrc.org> | 2002-06-24 22:44:10 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2002-06-24 22:44:10 +0000 |
commit | 0557cb9e28f8c2447ecf86d5f0364a96d707f68d (patch) | |
tree | 6d80d60739741650b0225f060b73d3765d6ec0fd /net/citrix_ica | |
parent | 36dd4c1f2acc65b160c423934495d379a139aa66 (diff) | |
download | pkgsrc-0557cb9e28f8c2447ecf86d5f0364a96d707f68d.tar.gz |
for i386, set DEPENDS on suse_x11 to >=6.0 (tested on 1.5.2 with
suse_x11 6.1p1).
avoids unncessarily upgrading suse_* on older installations.
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 27dc9b1e270..80e3b487f03 100644 --- a/net/citrix_ica/Makefile +++ b/net/citrix_ica/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2002/04/04 12:29:49 tron Exp $ +# $NetBSD: Makefile,v 1.10 2002/06/24 22:44:10 grant Exp $ # A default so lintpkgsrc is happy PKGNAME= citrix_ica-6.20 @@ -21,7 +21,7 @@ HOMEPAGE= http://www.citrix.com/products/clients/ica/technology.asp COMMENT= Citrix(R) client for the Microsoft Windows Terminal Server .if (${MACHINE_ARCH} == "i386") -DEPENDS= suse_x11>=6.4:../../emulators/${SUSE_DIR_PREFIX}_x11 +DEPENDS= suse_x11>=6.0:../../emulators/${SUSE_DIR_PREFIX}_x11 .endif ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-sparc |