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 c2a11f16c0d7..5f82b5403cb1 100644 --- a/www/webobjects/Makefile +++ b/www/webobjects/Makefile @@ -57,7 +57,7 @@ COPYTREE= ${SH} -c '(${FIND} -d $$0 $$2 | ${CPIO} -dumpl $$1 >/dev/null \ ${FIND} $$1 -type d -exec ${CHMOD} 755 {} \;' -- .if defined(WITH_APACHE) -USE_APACHE?= 1.3+ +USE_APACHE?= 13+ BUILD_DEPENDS+= ${APACHEMODDIR}/mod_WebObjects.so:../../www/mod_webobjects .endif |