diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2009-01-14 06:13:57 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2009-01-14 06:13:57 +0000 |
commit | f7f940d1c208204ac24ad6ff688d6318d93ace49 (patch) | |
tree | 20f62f950e0b1651962082664a63613c48d670cd /devel/fpc-fcl-web/Makefile | |
parent | e1102f2a9332b465d0345638dfd00c0c37a3eb4e (diff) |
Notes
Diffstat (limited to 'devel/fpc-fcl-web/Makefile')
-rw-r--r-- | devel/fpc-fcl-web/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/fpc-fcl-web/Makefile b/devel/fpc-fcl-web/Makefile index 2e585b6ce08d..42bc9bb85dd6 100644 --- a/devel/fpc-fcl-web/Makefile +++ b/devel/fpc-fcl-web/Makefile @@ -5,15 +5,15 @@ # $FreeBSD$ # -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= devel lang PKGNAMESUFFIX= -fcl-web MAINTAINER= acm@FreeBSD.org COMMENT= Free Pascal Component Library -USE_FPC= fcl-base fcl-xml fcl-db hash ibase libasync mysql netdb odbc oracle \ - paszlib postgres pthreads sqlite +USE_FPC= fcl-async fcl-base fcl-db fcl-process fcl-xml hash ibase mysql odbc \ + oracle paszlib postgres pthreads sqlite MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} |