diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-09-29 13:40:14 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-09-29 13:40:14 +0000 |
commit | 5b799c2f17f8ebf52b2fca1cd1f1ff89988fd276 (patch) | |
tree | 0de0b919e5229d5f5d437dd4015250cc0a013507 | |
parent | Temporary marked as broken. Creating ATLAS'ed LAPACK part is now broken. (diff) |
Fix tcllib dependency
Notes
Notes:
svn path=/head/; revision=200346
-rw-r--r-- | www/openacs/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/openacs/Makefile b/www/openacs/Makefile index 8bb8b7b42676..04b3f0ab7e60 100644 --- a/www/openacs/Makefile +++ b/www/openacs/Makefile @@ -15,13 +15,12 @@ MAINTAINER?= mm@FreeBSD.org COMMENT?= A modular web application platform for communities AOLSERVERBASE?= ${LOCALBASE}/aolserver -TCLLIB_VER?= 1.10 RUN_DEPENDS+= ${AOLSERVERBASE}/bin/nscache.so:${PORTSDIR}/www/aolserver-nscache \ ${AOLSERVERBASE}/bin/nsopenssl.so:${PORTSDIR}/security/aolserver-nsopenssl \ ${AOLSERVERBASE}/bin/nssha1.so:${PORTSDIR}/security/aolserver-nssha1 \ ${AOLSERVERBASE}/bin/nspostgres.so:${PORTSDIR}/databases/aolserver-nspostgres \ ${AOLSERVERBASE}/modules/tcl/xotcl.tcl:${PORTSDIR}/www/aolserver-xotcl \ - ${LOCALBASE}/lib/tcllib${TCLLIB_VER}/pkgIndex.tcl:${PORTSDIR}/devel/tcllib \ + dtplite:${PORTSDIR}/devel/tcllib \ ${LOCALBASE}/lib/tdomConfig.sh:${PORTSDIR}/www/tdom USE_RC_SUBR?= ${PORTNAME} |