diff options
Diffstat (limited to 'www/webcalendar-devel/Makefile')
-rw-r--r-- | www/webcalendar-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/webcalendar-devel/Makefile b/www/webcalendar-devel/Makefile index 7ed137c8baf..a3b9f339ed9 100644 --- a/www/webcalendar-devel/Makefile +++ b/www/webcalendar-devel/Makefile @@ -47,7 +47,7 @@ OPTIONS= APACHE "Configure for Apache-2.x" off \ .include <bsd.port.pre.mk> .if defined(WITH_APACHE) -USE_APACHE= 2.0+ +USE_APACHE= 20+ PLIST_SUB+= NOAPACHE="" CONFDIR=${CONFDIR_REL} CONFDIR= ${PREFIX}/${CONFDIR_REL} |