diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2012-04-19 06:20:01 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2012-04-19 06:20:01 +0000 |
commit | 0fde88adba7ff63fa7587d39f587c77e25b83f7c (patch) | |
tree | e20487dbc589d6b63d56d16423f2a75bdcc5d4e9 /devel/fpc-fcl-web/Makefile | |
parent | 5ab903e5a5d7717ff66a2ef5f8446adeb88a2e2d (diff) | |
download | ports-0fde88adba7ff63fa7587d39f587c77e25b83f7c.tar.gz ports-0fde88adba7ff63fa7587d39f587c77e25b83f7c.zip |
Notes
Diffstat (limited to 'devel/fpc-fcl-web/Makefile')
-rw-r--r-- | devel/fpc-fcl-web/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/fpc-fcl-web/Makefile b/devel/fpc-fcl-web/Makefile index 9347526f9f18..a5f9a2fc9269 100644 --- a/devel/fpc-fcl-web/Makefile +++ b/devel/fpc-fcl-web/Makefile @@ -13,8 +13,8 @@ MAINTAINER= acm@FreeBSD.org COMMENT= Free Pascal Component Library USE_FPC= fastcgi fcl-async fcl-base fcl-db fcl-json fcl-net fcl-process \ - fcl-xml hash httpd13 httpd20 httpd22 ibase mysql odbc oracle \ - paszlib postgres pthreads sqlite + fcl-xml hash httpd22 ibase mysql odbc oracle paszlib postgres \ + pthreads sqlite MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} |