diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2008-01-03 20:22:58 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2008-01-03 20:22:58 +0000 |
commit | 82ca02fb885819b2635a034cd3bbbcd3366666d7 (patch) | |
tree | a9127dff114c5009f44c57fe54423887dc71d85b /net/citrix_xenapp | |
parent | ba494a0ef6b2d76a61f90c522cc174dee6bce699 (diff) | |
download | ports-82ca02fb885819b2635a034cd3bbbcd3366666d7.tar.gz ports-82ca02fb885819b2635a034cd3bbbcd3366666d7.zip |
Notes
Diffstat (limited to 'net/citrix_xenapp')
-rw-r--r-- | net/citrix_xenapp/Makefile | 3 | ||||
-rw-r--r-- | net/citrix_xenapp/pkg-descr | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net/citrix_xenapp/Makefile b/net/citrix_xenapp/Makefile index b0f5592b9912..e779085b6968 100644 --- a/net/citrix_xenapp/Makefile +++ b/net/citrix_xenapp/Makefile @@ -15,7 +15,7 @@ DISTNAME= ${PORTNAME}-linuxx86-${PORTVERSION} MAINTAINER= tabthorpe@FreeBSD.org COMMENT= Citrix(R) Presentation Server(TM) client -RUN_DEPENDS= ${LINUXBASE}/usr/X11R6/lib/libXm.so.3:${PORTSDIR}/x11-toolkits/linux-openmotif +RUN_DEPENDS+= ${LINUXBASE}/usr/X11R6/lib/libXm.so.3:${PORTSDIR}/x11-toolkits/linux-openmotif ONLY_FOR_ARCHS= i386 amd64 USE_LINUX= yes @@ -66,7 +66,6 @@ pre-fetch: .endfor .endif - do-install: @if (test -d "${CDIR}") ; \ then \ diff --git a/net/citrix_xenapp/pkg-descr b/net/citrix_xenapp/pkg-descr index 0fec5f244890..35cfa2c3a336 100644 --- a/net/citrix_xenapp/pkg-descr +++ b/net/citrix_xenapp/pkg-descr @@ -10,6 +10,8 @@ Linux to access virtualized applications. Other important capabilities are powerful management and configuration tools and faster, more flexible printing. +You will need to create the directory ${LINUXBASE}/dev or risk +crashing your system. If your Citrix server does not have one of the supplied root-certificates, you can copy the certificate to /usr/ports/distfiles and add the @@ -20,5 +22,4 @@ following line to your /etc/make.conf: It will then automatically be installed and removed with the normal FreeBSD package tools. - WWW: http://www.citrix.com/English/ps2/products/product.asp?contentID=186 |