diff options
author | netchild <netchild@FreeBSD.org> | 2005-01-04 21:11:21 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2005-01-04 21:11:21 +0800 |
commit | 1190276e399fad540be6a06b1b58867238c91967 (patch) | |
tree | 575dff12b6ae3ffa4dcfb78cb036068d6ccc80e4 /net/citrix_xenapp | |
parent | 0e8f4c3136fb264cde6df80e266fcfbca4c026be (diff) | |
download | freebsd-ports-gnome-1190276e399fad540be6a06b1b58867238c91967.tar.gz freebsd-ports-gnome-1190276e399fad540be6a06b1b58867238c91967.tar.zst freebsd-ports-gnome-1190276e399fad540be6a06b1b58867238c91967.zip |
Add missing dependency (linux X11).
Tested by: Jakob Breivik Grimstveit <jakob@grimstveit.no>
Approved by: portmgr
Diffstat (limited to 'net/citrix_xenapp')
-rw-r--r-- | net/citrix_xenapp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/citrix_xenapp/Makefile b/net/citrix_xenapp/Makefile index 984293afe8e4..a7885d00227f 100644 --- a/net/citrix_xenapp/Makefile +++ b/net/citrix_xenapp/Makefile @@ -7,7 +7,7 @@ PORTNAME= citrix_ica PORTVERSION= 8.00 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net comms linux MASTER_SITES= DISTNAME= ${PORTNAME}-linuxx86-${PORTVERSION} @@ -15,6 +15,8 @@ DISTNAME= ${PORTNAME}-linuxx86-${PORTVERSION} 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" |