diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2008-06-24 15:18:15 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2008-06-24 15:18:15 +0000 |
commit | 3a14939100092889eaeb54dfdfc5eb20fbeb70e3 (patch) | |
tree | 2386c61baec8d8f38b0a33c712e329ab11269c54 /www | |
parent | c86d7d890bcb3802aad238a4854fd791f7f8da8d (diff) | |
download | ports-3a14939100092889eaeb54dfdfc5eb20fbeb70e3.tar.gz ports-3a14939100092889eaeb54dfdfc5eb20fbeb70e3.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/fpc-httpd/Makefile | 4 | ||||
-rw-r--r-- | www/fpc-httpd13/Makefile | 4 | ||||
-rw-r--r-- | www/fpc-httpd20/Makefile | 4 | ||||
-rw-r--r-- | www/fpc-httpd22/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/www/fpc-httpd/Makefile b/www/fpc-httpd/Makefile index a742678a5337..05ae9cfb2406 100644 --- a/www/fpc-httpd/Makefile +++ b/www/fpc-httpd/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/-//} 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/-//} diff --git a/www/fpc-httpd20/Makefile b/www/fpc-httpd20/Makefile index a742678a5337..05ae9cfb2406 100644 --- a/www/fpc-httpd20/Makefile +++ b/www/fpc-httpd20/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/-//} diff --git a/www/fpc-httpd22/Makefile b/www/fpc-httpd22/Makefile index a742678a5337..05ae9cfb2406 100644 --- a/www/fpc-httpd22/Makefile +++ b/www/fpc-httpd22/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/-//} |