diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2005-01-04 13:11:21 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2005-01-04 13:11:21 +0000 |
commit | 1f78d77acb2f5b79b8d8f9b3037244ea04a115a0 (patch) | |
tree | 5ee17c460f5625a0d36906f39bda8d2ae27e0563 /net | |
parent | Revert to 21.5.17 because 21.5.18 was imported without sufficient testing (diff) |
Add missing dependency (linux X11).
Tested by: Jakob Breivik Grimstveit <jakob@grimstveit.no>
Approved by: portmgr
Notes
Notes:
svn path=/head/; revision=125713
Diffstat (limited to 'net')
-rw-r--r-- | net/citrix_ica/Makefile | 4 | ||||
-rw-r--r-- | net/citrix_xenapp/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/net/citrix_ica/Makefile b/net/citrix_ica/Makefile index 984293afe8e4..a7885d00227f 100644 --- a/net/citrix_ica/Makefile +++ b/net/citrix_ica/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" 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" |