diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2007-09-18 06:53:29 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2007-09-18 06:53:29 +0000 |
commit | 99a00aac426d1d8cbb00774dbd38653304311f6f (patch) | |
tree | bd96d5d1b1bba579fbc1b4c5b9006bfdf7af8d7e /editors/fpc-ide/Makefile | |
parent | 77055df2fbedb95fc64a9b320dcc4b9e23d341b9 (diff) |
Notes
Diffstat (limited to 'editors/fpc-ide/Makefile')
-rw-r--r-- | editors/fpc-ide/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/fpc-ide/Makefile b/editors/fpc-ide/Makefile index 96ee9db58c45..920b67cd9200 100644 --- a/editors/fpc-ide/Makefile +++ b/editors/fpc-ide/Makefile @@ -29,7 +29,7 @@ BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc \ ${UNITSDIR}/postgres/Package.fpc:${PORTSDIR}/databases/fpc-postgres \ ${UNITSDIR}/regexpr/Package.fpc:${PORTSDIR}/devel/fpc-regexpr \ ${UNITSDIR}/sqlite/Package.fpc:${PORTSDIR}/databases/fpc-sqlite \ - ${UNITSDIR}/fcl/Package.fpc:${PORTSDIR}/devel/fpc-fcl \ + ${UNITSDIR}/fcl-base/Package.fpc:${PORTSDIR}/devel/fpc-fcl-base \ ${UNITSDIR}/fv/Package.fpc:${PORTSDIR}/devel/fpc-fv UNITSDIR= ${LOCALBASE}/lib/fpc/${PORTVERSION}/units/${BUILDNAME} |