diff options
Diffstat (limited to 'devel/fpc-fcl-js/Makefile')
-rw-r--r-- | devel/fpc-fcl-js/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/fpc-fcl-js/Makefile b/devel/fpc-fcl-js/Makefile index ede4a86c9e86..e659b5916256 100644 --- a/devel/fpc-fcl-js/Makefile +++ b/devel/fpc-fcl-js/Makefile @@ -1,13 +1,12 @@ # $FreeBSD$ -PORTREVISION= 5 CATEGORIES= devel lang PKGNAMESUFFIX= -fcl-js COMMENT= Free Pascal Javascript scanner/parser/syntax tree (FCL) USES= fpc -USE_FPC= fcl-base fcl-res rtl-objpas +USE_FPC= fcl-base fcl-json fcl-res rtl-objpas MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} |