aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoranders <anders@FreeBSD.org>2005-05-28 16:35:29 +0800
committeranders <anders@FreeBSD.org>2005-05-28 16:35:29 +0800
commitc36a1c0f013beee1567abfee2a27c53eb7b46986 (patch)
treee431a378a0592341e59b5ea2d2a0376b984d7a12
parent02bd467bf882152024e020643180f760ba57457c (diff)
downloadfreebsd-ports-gnome-c36a1c0f013beee1567abfee2a27c53eb7b46986.tar.gz
freebsd-ports-gnome-c36a1c0f013beee1567abfee2a27c53eb7b46986.tar.zst
freebsd-ports-gnome-c36a1c0f013beee1567abfee2a27c53eb7b46986.zip
Add missing dependency linux-openmotif to make wfcmgr work.
Submitted by: mich Approved by: maintainer (mbr)
-rw-r--r--net/citrix_ica/Makefile3
-rw-r--r--net/citrix_xenapp/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/net/citrix_ica/Makefile b/net/citrix_ica/Makefile
index 2d0f6d9b5678..6528556ea0bc 100644
--- a/net/citrix_ica/Makefile
+++ b/net/citrix_ica/Makefile
@@ -14,7 +14,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
+RUN_DEPENDS= ${LINUXBASE}/usr/X11R6/lib/libXaw.so.6:${PORTSDIR}/x11/linux-XFree86-libs \
+ ${LINUXBASE}/usr/X11R6/lib/libXm.so.3:${PORTSDIR}/x11-toolkits/linux-openmotif
ONLY_FOR_ARCHS= i386
RESTRICTED= "License prohibits redistribution"
diff --git a/net/citrix_xenapp/Makefile b/net/citrix_xenapp/Makefile
index 2d0f6d9b5678..6528556ea0bc 100644
--- a/net/citrix_xenapp/Makefile
+++ b/net/citrix_xenapp/Makefile
@@ -14,7 +14,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
+RUN_DEPENDS= ${LINUXBASE}/usr/X11R6/lib/libXaw.so.6:${PORTSDIR}/x11/linux-XFree86-libs \
+ ${LINUXBASE}/usr/X11R6/lib/libXm.so.3:${PORTSDIR}/x11-toolkits/linux-openmotif
ONLY_FOR_ARCHS= i386
RESTRICTED= "License prohibits redistribution"