diff options
author | mm <mm@FreeBSD.org> | 2007-09-20 18:00:07 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2007-09-20 18:00:07 +0800 |
commit | c780fcaea323308850eb229ab47d87a41c1c4d94 (patch) | |
tree | 13a239d827d3c42065719850b814b539d0aa35d5 | |
parent | 4c8606f759aa693720ce467d266f4c9238e22986 (diff) | |
download | freebsd-ports-gnome-c780fcaea323308850eb229ab47d87a41c1c4d94.tar.gz freebsd-ports-gnome-c780fcaea323308850eb229ab47d87a41c1c4d94.tar.zst freebsd-ports-gnome-c780fcaea323308850eb229ab47d87a41c1c4d94.zip |
- Fix tcllib dependency
- Reduce size of COMMENT
-rw-r--r-- | www/openacs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/openacs/Makefile b/www/openacs/Makefile index 25bd6b5d28b4..8bb8b7b42676 100644 --- a/www/openacs/Makefile +++ b/www/openacs/Makefile @@ -12,10 +12,10 @@ MASTER_SITES?= http://openacs.org/projects/openacs/download/download/ EXTRACT_SUFX?= .tgz?revision_id=1098887 MAINTAINER?= mm@FreeBSD.org -COMMENT?= A modular web application platform for high traffic communities +COMMENT?= A modular web application platform for communities AOLSERVERBASE?= ${LOCALBASE}/aolserver -TCLLIB_VER?= 1.9 +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 \ |