diff options
Diffstat (limited to 'devel/fpc-fcl-registry/Makefile')
-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/-//} |