diff options
Diffstat (limited to 'www/webobjects/Makefile')
-rw-r--r-- | www/webobjects/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/webobjects/Makefile b/www/webobjects/Makefile index 6ed0c84df7f5..52744d1e3d9f 100644 --- a/www/webobjects/Makefile +++ b/www/webobjects/Makefile @@ -48,7 +48,7 @@ SUB_LIST+= NEXT_ROOT=${NEXT_BASE} USER=${NEXT_USER} GROUP=${NEXT_GROUP} \ SUB_FILES+= pkg-message pkg-install pkg-deinstall .if defined(WITH_APACHE) -USE_APACHE?= 20+ +USE_APACHE?= 22+ BUILD_DEPENDS+= ${APACHEMODDIR}/mod_WebObjects.so:${PORTSDIR}/www/mod_webobjects .endif |