diff options
Diffstat (limited to 'lang/fpc-rexx/Makefile')
-rw-r--r-- | lang/fpc-rexx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/fpc-rexx/Makefile b/lang/fpc-rexx/Makefile index 689727cc2ea3..482cd6f9def1 100644 --- a/lang/fpc-rexx/Makefile +++ b/lang/fpc-rexx/Makefile @@ -6,7 +6,7 @@ PKGNAMESUFFIX= -rexx COMMENT= Free Pascal interface to the rexx-regina library -USE_FPC= yes +USES= fpc MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} |