diff options
Diffstat (limited to 'www/fpc-httpd22/Makefile')
-rw-r--r-- | www/fpc-httpd22/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/fpc-httpd22/Makefile b/www/fpc-httpd22/Makefile index 6fcd8402de57..7aa0f5b2d936 100644 --- a/www/fpc-httpd22/Makefile +++ b/www/fpc-httpd22/Makefile @@ -12,10 +12,11 @@ USE_FPC= yes MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} -EXTRACTUNITDIR+= ${WRKUNITDIR} +EXTRACTUNITDIR= ${WRKUNITDIR} OPTIONS_DEFINE= APACHE22 APACHE22_DESC= Install apache22 server -NO_STAGE= yes +APACHE22_USE= APACHE=22 + .include "${MASTERDIR}/Makefile" |