From e3d663dbadc27cbbf44ad5c66cd028a4487a3bf2 Mon Sep 17 00:00:00 2001 From: pav Date: Mon, 6 Dec 2010 21:05:20 +0000 Subject: - Fix build with new tix --- science/ics/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'science/ics') diff --git a/science/ics/Makefile b/science/ics/Makefile index 532013d1d517..8047cd4575f7 100644 --- a/science/ics/Makefile +++ b/science/ics/Makefile @@ -16,8 +16,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= thierry@FreeBSD.org COMMENT= Code_Saturne Graphical User Interface -LIB_DEPENDS= tix8184:${PORTSDIR}/x11-toolkits/tix -RUN_DEPENDS= ${CS_HOME}/bin/info_cs:${PORTSDIR}/science/ncs \ +RUN_DEPENDS= ${LOCALBASE}/lib/Tix8.4.3/Tix.tcl:${PORTSDIR}/x11-toolkits/tix \ + ${CS_HOME}/bin/info_cs:${PORTSDIR}/science/ncs \ ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter NO_BUILD= yes -- cgit