diff options
author | Martin Matuska <mm@FreeBSD.org> | 2009-02-03 09:20:54 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2009-02-03 09:20:54 +0000 |
commit | 768dfd419c7687f9c426272f9cafb80a6906068e (patch) | |
tree | bf5315873545c2db5020e90e6ce5e04f57d8a61e /www/openacs/Makefile | |
parent | 374f1c34e40e073fd78b579c42dce5140918f4a4 (diff) | |
download | ports-768dfd419c7687f9c426272f9cafb80a6906068e.tar.gz ports-768dfd419c7687f9c426272f9cafb80a6906068e.zip |
- www/aolserver now includes fully compatible ns_cache
- Remove www/aolserver-nscache dependency
- Bump PORTREVISION
Notes
Notes:
svn path=/head/; revision=227523
Diffstat (limited to 'www/openacs/Makefile')
-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 21f5ddb4c81b..304a300461bf 100644 --- a/www/openacs/Makefile +++ b/www/openacs/Makefile @@ -7,6 +7,7 @@ PORTNAME?= openacs DISTVERSION?= 5.4.3 +PORTREVISION?= 1 CATEGORIES= www MASTER_SITES?= http://openacs.org/projects/openacs/download/download/ EXTRACT_SUFX= .tgz?revision_id=${DIST_REV_ID} @@ -17,8 +18,7 @@ COMMENT?= A modular web application platform for communities DIST_REV_ID?= 2089636 AOLSERVERBASE?= ${LOCALBASE}/aolserver -RUN_DEPENDS+= ${AOLSERVERBASE}/bin/nscache.so:${PORTSDIR}/www/aolserver-nscache \ - ${AOLSERVERBASE}/bin/nsopenssl.so:${PORTSDIR}/security/aolserver-nsopenssl \ +RUN_DEPENDS+= ${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 \ |