diff options
author | miwi <miwi@FreeBSD.org> | 2007-05-30 14:33:26 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-05-30 14:33:26 +0800 |
commit | 31b39a08a26c900140d2ae3406d2b27965ba0ee5 (patch) | |
tree | 344b36904a3b78f4be81440295e8c5ead174609f /net | |
parent | c30ce9c308c9a0f85b522ef488fa165bdb61286c (diff) | |
download | freebsd-ports-gnome-31b39a08a26c900140d2ae3406d2b27965ba0ee5.tar.gz freebsd-ports-gnome-31b39a08a26c900140d2ae3406d2b27965ba0ee5.tar.zst freebsd-ports-gnome-31b39a08a26c900140d2ae3406d2b27965ba0ee5.zip |
- Fix dependency after switch to xorg 7
PR: 113075
Submitted by: Helge Oldach <ports-citrix_ica-may07@oldach.net>
Approved by: maintainer
Diffstat (limited to 'net')
-rw-r--r-- | net/citrix_ica/Makefile | 2 | ||||
-rw-r--r-- | net/citrix_xenapp/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net/citrix_ica/Makefile b/net/citrix_ica/Makefile index 505051779dda..0f4e06198994 100644 --- a/net/citrix_ica/Makefile +++ b/net/citrix_ica/Makefile @@ -14,7 +14,7 @@ DISTNAME= ${PORTNAME}-linuxx86-${PORTVERSION} MAINTAINER= thomas@goodking.ca COMMENT= Citrix(R) Presentation Server(TM) client -RUN_DEPENDS= ${LINUXBASE}${X11BASE}/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 diff --git a/net/citrix_xenapp/Makefile b/net/citrix_xenapp/Makefile index 505051779dda..0f4e06198994 100644 --- a/net/citrix_xenapp/Makefile +++ b/net/citrix_xenapp/Makefile @@ -14,7 +14,7 @@ DISTNAME= ${PORTNAME}-linuxx86-${PORTVERSION} MAINTAINER= thomas@goodking.ca COMMENT= Citrix(R) Presentation Server(TM) client -RUN_DEPENDS= ${LINUXBASE}${X11BASE}/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 |