Date: Mon, 28 May 2007 21:12:50 -0400 From: Thomas Abthorpe <thomas@goodking.ca> To: Martin Wilke <miwi@FreeBSD.org> Cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/113075: [patch] net/citrix_ica - {net|german|japanese}/citrix_ica depends on wrong ${LINUXBASE}${X11BASE} Message-ID: <20070528211250.12ba60c5@goodking.goodking.ca> In-Reply-To: <200705281340.l4SDemn6093994@freefall.freebsd.org> References: <200705281340.l4SDemn6093994@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Please apply the attachedIndex: Makefile =================================================================== RCS file: /home/ncvs/ports/german/citrix_ica/Makefile,v retrieving revision 1.15 diff -u -r1.15 Makefile --- Makefile 26 Apr 2007 21:56:23 -0000 1.15 +++ Makefile 29 May 2007 01:07:38 -0000 @@ -14,7 +14,7 @@ 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 Index: Makefile =================================================================== RCS file: /home/ncvs/ports/japanese/citrix_ica/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 26 Apr 2007 21:56:28 -0000 1.2 +++ Makefile 29 May 2007 01:08:51 -0000 @@ -14,7 +14,7 @@ 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 Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/citrix_ica/Makefile,v retrieving revision 1.45 diff -u -r1.45 Makefile --- Makefile 20 Mar 2007 18:42:24 -0000 1.45 +++ Makefile 29 May 2007 01:06:34 -0000 @@ -14,7 +14,7 @@ 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 patches to address this PR. Thanks Thomas
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070528211250.12ba60c5>