diff options
Diffstat (limited to 'devel/fpc-bfd/Makefile')
-rw-r--r-- | devel/fpc-bfd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/fpc-bfd/Makefile b/devel/fpc-bfd/Makefile index 297b1015e1fc..cb852e97d10d 100644 --- a/devel/fpc-bfd/Makefile +++ b/devel/fpc-bfd/Makefile @@ -14,6 +14,6 @@ MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR= ${WRKUNITDIR} -RUN_DEPENDS= ${LOCALBASE}/lib/libbfd.a:${PORTSDIR}/devel/binutils +RUN_DEPENDS= ${LOCALBASE}/lib/libbfd.a:devel/binutils .include "${MASTERDIR}/Makefile" |