diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2008-01-04 04:22:58 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2008-01-04 04:22:58 +0800 |
commit | 17555b7c5cc3dcf65638b25ec81e31b8aaf86982 (patch) | |
tree | 1a0ccccd3b64ddfb94bcd61df0a3ded896ea6171 /net/citrix_ica | |
parent | ef5e308dba24512bfef14f4a79a6f9a54c276dcd (diff) | |
download | freebsd-ports-gnome-17555b7c5cc3dcf65638b25ec81e31b8aaf86982.tar.gz freebsd-ports-gnome-17555b7c5cc3dcf65638b25ec81e31b8aaf86982.tar.zst freebsd-ports-gnome-17555b7c5cc3dcf65638b25ec81e31b8aaf86982.zip |
- Document work around for possible system crashes
- Cleanup Makefile while I am here
* After installation, create directory ${LINUXBASE}/dev
Inspired by: ports/117068
Submitted by: <ports-net-citrix_ica-oct07 oldach.net>
Discussed with: netchild@ in freebsd-emulation
Diffstat (limited to 'net/citrix_ica')
-rw-r--r-- | net/citrix_ica/Makefile | 3 | ||||
-rw-r--r-- | net/citrix_ica/pkg-descr | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net/citrix_ica/Makefile b/net/citrix_ica/Makefile index b0f5592b9912..e779085b6968 100644 --- a/net/citrix_ica/Makefile +++ b/net/citrix_ica/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_ica/pkg-descr b/net/citrix_ica/pkg-descr index 0fec5f244890..35cfa2c3a336 100644 --- a/net/citrix_ica/pkg-descr +++ b/net/citrix_ica/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 |