diff options
Diffstat (limited to 'devel/fpc-fcl-image/Makefile')
-rw-r--r-- | devel/fpc-fcl-image/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/fpc-fcl-image/Makefile b/devel/fpc-fcl-image/Makefile index ed7ab28963fb..bbe89fb1909e 100644 --- a/devel/fpc-fcl-image/Makefile +++ b/devel/fpc-fcl-image/Makefile @@ -5,14 +5,14 @@ # $FreeBSD$ # -PORTREVISION= 3 +PORTREVISION= 0 CATEGORIES= devel lang PKGNAMESUFFIX= -fcl-image MAINTAINER= acm@FreeBSD.org COMMENT= Free Pascal Component Library -USE_FPC= fcl-base hash netdb pasjpeg paszlib pthreads libasync libpng +USE_FPC= fcl-async fcl-base hash pasjpeg paszlib pthreads libpng MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} |