diff options
author | netchild <netchild@FreeBSD.org> | 2005-01-04 13:11:21 +0000 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2005-01-04 13:11:21 +0000 |
commit | 1190276e399fad540be6a06b1b58867238c91967 (patch) | |
tree | 575dff12b6ae3ffa4dcfb78cb036068d6ccc80e4 /german/citrix_xenapp | |
parent | 0e8f4c3136fb264cde6df80e266fcfbca4c026be (diff) | |
download | FreeBSD-ports-1190276e399fad540be6a06b1b58867238c91967.zip FreeBSD-ports-1190276e399fad540be6a06b1b58867238c91967.tar.gz |
Add missing dependency (linux X11).
Tested by: Jakob Breivik Grimstveit <jakob@grimstveit.no>
Approved by: portmgr
Diffstat (limited to 'german/citrix_xenapp')
-rw-r--r-- | german/citrix_xenapp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/german/citrix_xenapp/Makefile b/german/citrix_xenapp/Makefile index 3494366..5550eba 100644 --- a/german/citrix_xenapp/Makefile +++ b/german/citrix_xenapp/Makefile @@ -7,7 +7,7 @@ PORTNAME= citrix_ica PORTVERSION= 6.30.1054 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= german net comms linux MASTER_SITES= DISTNAME= ${PORTNAME}-linuxx86-de @@ -15,6 +15,8 @@ DISTNAME= ${PORTNAME}-linuxx86-de MAINTAINER= mbr@FreeBSD.org COMMENT= Citrix(R) client for the Microsoft Windows Terminal Server +RUN_DEPENDS= ${LINUXBASE}/usr/X11R6/lib/libXaw.so.6:${PORTSDIR}/x11/linux-XFree86-libs + ONLY_FOR_ARCHS= i386 RESTRICTED= "License prohibits redistribution" IS_INTERACTIVE= "Noisy license agreement ignores stdin" |