diff options
Diffstat (limited to 'devel/fpc-fcl-async/Makefile')
-rw-r--r-- | devel/fpc-fcl-async/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/fpc-fcl-async/Makefile b/devel/fpc-fcl-async/Makefile index d5e4775af266..5b76d24713fb 100644 --- a/devel/fpc-fcl-async/Makefile +++ b/devel/fpc-fcl-async/Makefile @@ -6,7 +6,7 @@ PKGNAMESUFFIX= -fcl-async COMMENT= Free Pascal asynchronous event management (FCL) -USE_FPC= yes +USES= fpc MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} |