diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2004-12-31 18:24:10 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2004-12-31 18:24:10 +0000 |
commit | 64cf27c85d89298041b8c8dc2fd090181e6d10d8 (patch) | |
tree | 11668b893f94453b0262a155d53e6eac8dd4a6f5 /net/citrix_xenapp/Makefile | |
parent | 440d8863c8d496b982754e2a71867892213a902b (diff) |
Notes
Diffstat (limited to 'net/citrix_xenapp/Makefile')
-rw-r--r-- | net/citrix_xenapp/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/citrix_xenapp/Makefile b/net/citrix_xenapp/Makefile index 17bbacfe3f92..984293afe8e4 100644 --- a/net/citrix_xenapp/Makefile +++ b/net/citrix_xenapp/Makefile @@ -7,7 +7,7 @@ PORTNAME= citrix_ica PORTVERSION= 8.00 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net comms linux MASTER_SITES= DISTNAME= ${PORTNAME}-linuxx86-${PORTVERSION} @@ -15,14 +15,13 @@ DISTNAME= ${PORTNAME}-linuxx86-${PORTVERSION} MAINTAINER= mbr@FreeBSD.org COMMENT= Citrix(R) client for the Microsoft Windows Terminal Server -RUN_DEPENDS= /compat/linux/lib/libc.so.6:${PORTSDIR}/emulators/linux_base - ONLY_FOR_ARCHS= i386 RESTRICTED= "License prohibits redistribution" IS_INTERACTIVE= "Noisy license agreement ignores stdin" NO_WRKSUBDIR= yes NO_BUILD= yes +USE_LINUX= yes CDIR= ${PREFIX}/ICAClient BINDIR= ${PREFIX}/bin |