diff options
Diffstat (limited to 'devel/fpc-pthreads/Makefile')
-rw-r--r-- | devel/fpc-pthreads/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/fpc-pthreads/Makefile b/devel/fpc-pthreads/Makefile index 72306e249dda..06171920cce5 100644 --- a/devel/fpc-pthreads/Makefile +++ b/devel/fpc-pthreads/Makefile @@ -6,7 +6,7 @@ PKGNAMESUFFIX= -pthreads COMMENT= Free Pascal wrapper for the pthreads library -USE_FPC= yes +USES= fpc MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} |