diff options
author | pav <pav@FreeBSD.org> | 2010-12-07 05:05:20 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-12-07 05:05:20 +0800 |
commit | e3d663dbadc27cbbf44ad5c66cd028a4487a3bf2 (patch) | |
tree | 1d01aa8117dfbd907c5ef111551ea3088c9223c8 /science/ics | |
parent | 575bf139c19504eddfe15f2bb9b2c67fdfd47d36 (diff) | |
download | freebsd-ports-gnome-e3d663dbadc27cbbf44ad5c66cd028a4487a3bf2.tar.gz freebsd-ports-gnome-e3d663dbadc27cbbf44ad5c66cd028a4487a3bf2.tar.zst freebsd-ports-gnome-e3d663dbadc27cbbf44ad5c66cd028a4487a3bf2.zip |
- Fix build with new tix
Diffstat (limited to 'science/ics')
-rw-r--r-- | science/ics/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |