aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2013-02-05 20:52:45 +0800
committergahr <gahr@FreeBSD.org>2013-02-05 20:52:45 +0800
commit8e0c0c3aeb42495e5c63c1ff11f87ae4ce99752b (patch)
treeb8b5f6a929166cf8681d44547b51bb8964ebe2b5 /www
parent0f39d0ba60bd5ae3452533b21517ebf8bbc4beeb (diff)
downloadfreebsd-ports-gnome-8e0c0c3aeb42495e5c63c1ff11f87ae4ce99752b.tar.gz
freebsd-ports-gnome-8e0c0c3aeb42495e5c63c1ff11f87ae4ce99752b.tar.zst
freebsd-ports-gnome-8e0c0c3aeb42495e5c63c1ff11f87ae4ce99752b.zip
- Fix tclthread version
Reported by: bapt
Diffstat (limited to 'www')
-rw-r--r--www/openacs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/openacs/Makefile b/www/openacs/Makefile
index 893ec06b085c..7d9df41d16e7 100644
--- a/www/openacs/Makefile
+++ b/www/openacs/Makefile
@@ -81,7 +81,7 @@ SUB_LIST+= OPENACS_USER=${OPENACS_USER} OPENACS_UID=${OPENACS_UID} \
PW=${PW} CHOWN=${CHOWN} CHMOD=${CHMOD}
.if ${PORT_OPTIONS:MTCLTHREAD}
-TCLTHREAD_VER?= 2.6.7
+TCLTHREAD_VER?= 2.7.0
RUN_DEPENDS+= ${LOCALBASE}/lib/thread${TCLTHREAD_VER}/libthread.so.1:${PORTSDIR}/devel/tclthread
.endif