diff options
Diffstat (limited to 'www/fpc-httpd13/Makefile')
-rw-r--r-- | www/fpc-httpd13/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/fpc-httpd13/Makefile b/www/fpc-httpd13/Makefile index a742678a5337..05ae9cfb2406 100644 --- a/www/fpc-httpd13/Makefile +++ b/www/fpc-httpd13/Makefile @@ -5,14 +5,14 @@ # $FreeBSD$ # -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= www lang PKGNAMESUFFIX= -httpd MAINTAINER= acm@FreeBSD.org COMMENT= Free Pascal httpd unit -BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc +USE_FPC= yes MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/base/${PKGNAMESUFFIX:S/-//} |