diff options
Diffstat (limited to 'sysutils/fpc-utmp/Makefile')
-rw-r--r-- | sysutils/fpc-utmp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/fpc-utmp/Makefile b/sysutils/fpc-utmp/Makefile index ed61a8a99e1b..3ce9dc760efb 100644 --- a/sysutils/fpc-utmp/Makefile +++ b/sysutils/fpc-utmp/Makefile @@ -6,7 +6,7 @@ PKGNAMESUFFIX= -utmp COMMENT= Free Pascal unit to gather information from the utmp file -USE_FPC= yes +USES= fpc MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} |