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-registry | |
parent | e1102f2a9332b465d0345638dfd00c0c37a3eb4e (diff) |
Notes
Diffstat (limited to 'devel/fpc-fcl-registry')
-rw-r--r-- | devel/fpc-fcl-registry/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/fpc-fcl-registry/Makefile b/devel/fpc-fcl-registry/Makefile index 9afad6d8685b..0f6d75932d72 100644 --- a/devel/fpc-fcl-registry/Makefile +++ b/devel/fpc-fcl-registry/Makefile @@ -5,14 +5,14 @@ # $FreeBSD$ # -PORTREVISION= 3 +PORTREVISION= 0 CATEGORIES= devel lang PKGNAMESUFFIX= -fcl-registry MAINTAINER= acm@FreeBSD.org COMMENT= Free Pascal Component Library -USE_FPC= fcl-base fcl-xml hash libasync netdb paszlib pthreads +USE_FPC= fcl-async fcl-base fcl-xml hash paszlib pthreads MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} |