diff options
Diffstat (limited to 'www/fpc-httpd24/Makefile')
-rw-r--r-- | www/fpc-httpd24/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/fpc-httpd24/Makefile b/www/fpc-httpd24/Makefile index efb5fe97000d..104d961d0e52 100644 --- a/www/fpc-httpd24/Makefile +++ b/www/fpc-httpd24/Makefile @@ -1,14 +1,13 @@ # Created by: Alonso Cardenas Marquez <acm@FreeBSD.org> # $FreeBSD$ -PORTREVISION= 1 CATEGORIES= www lang PKGNAMESUFFIX= -httpd24 MAINTAINER= freebsd-fpc@FreeBSD.org -COMMENT= Free Pascal httpd unit +COMMENT= Free Pascal headers for Apache 2.4 series web server -USE_FPC= yes +USE_FPC= rtl-extra MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} |