diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-06-09 12:08:03 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-06-09 12:08:03 +0000 |
commit | 0c2e54fedb351bc12962da76e689addec97792bc (patch) | |
tree | 05b21a256aa55811a9ae0a6cf55bc8749cd6f028 /editors/fpc-ide | |
parent | - Edit comment and pkg-descr (diff) |
Forgot to commit this change after repocopy fpc-fvision -> fpc-fv and
unbreak INDEX
Pointyhat to: garga
Diffstat (limited to 'editors/fpc-ide')
-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 ac39b6e56c53..f960ddada5fa 100644 --- a/editors/fpc-ide/Makefile +++ b/editors/fpc-ide/Makefile @@ -21,7 +21,7 @@ COMMENT= Free Pascal integrated IDE/compiler BUILD_DEPENDS+= ppc386:${PORTSDIR}/lang/fpc \ ${LOCALBASE}/lib/fpc/${PORTVERSION}/units/freebsd/gdbint/gdbint.ppu:${PORTSDIR}/devel/fpc-gdbint \ - ${LOCALBASE}/lib/fpc/${PORTVERSION}/units/freebsd/fv/drivers.ppu:${PORTSDIR}/devel/fpc-fvision + ${LOCALBASE}/lib/fpc/${PORTVERSION}/units/freebsd/fv/drivers.ppu:${PORTSDIR}/devel/fpc-fv RUN_DEPENDS+= ${BUILD_DEPENDS} .if ${OSVERSION} < 470000 EXTRACT_DEPENDS+= gtar:${PORTSDIR}/archivers/gtar |