diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2011-06-24 20:44:43 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2011-06-24 20:44:43 +0000 |
commit | 3e566dd7e87067e6bba75a4ec2ca5f19a38160ab (patch) | |
tree | 46bc52d717dd44fb455936a64bd666a7aef70dee /devel/fpc-fcl-web | |
parent | b2f9b722e718a098abd8f3df355ac32d9c449729 (diff) | |
download | ports-3e566dd7e87067e6bba75a4ec2ca5f19a38160ab.tar.gz ports-3e566dd7e87067e6bba75a4ec2ca5f19a38160ab.zip |
Notes
Diffstat (limited to 'devel/fpc-fcl-web')
-rw-r--r-- | devel/fpc-fcl-web/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/fpc-fcl-web/Makefile b/devel/fpc-fcl-web/Makefile index 998bf0760be6..984ca6a0b5de 100644 --- a/devel/fpc-fcl-web/Makefile +++ b/devel/fpc-fcl-web/Makefile @@ -12,8 +12,9 @@ PKGNAMESUFFIX= -fcl-web MAINTAINER= acm@FreeBSD.org COMMENT= Free Pascal Component Library -USE_FPC= fastcgi fcl-async fcl-base fcl-db fcl-process fcl-xml hash httpd13 httpd20 \ - httpd22 ibase mysql odbc oracle paszlib postgres pthreads sqlite +USE_FPC= fastcgi fcl-async fcl-base fcl-db fcl-net fcl-process fcl-xml \ + hash httpd13 httpd20 httpd22 ibase mysql odbc oracle paszlib \ + postgres pthreads sqlite MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} |