diff options
Diffstat (limited to 'editors/lazarus/Makefile')
-rw-r--r-- | editors/lazarus/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/lazarus/Makefile b/editors/lazarus/Makefile index d08d4e6bc29e..8a3e99fb6524 100644 --- a/editors/lazarus/Makefile +++ b/editors/lazarus/Makefile @@ -88,7 +88,7 @@ RUN_DEPENDS+= ${LCL_UNITS_DIR}/${LCL_PLATFORM}/interfaces.ppu:${PORTSDIR}/editor .endif .if ${PORT_OPTIONS:MQT4} -LIB_DEPENDS+= Qt4Pas.5:${PORTSDIR}/x11-toolkits/qt4pas +LIB_DEPENDS+= libQt4Pas.so:${PORTSDIR}/x11-toolkits/qt4pas LCL_PLATFORM= qt BUILD_DEPENDS+= ${LCL_UNITS_DIR}/${LCL_PLATFORM}/interfaces.ppu:${PORTSDIR}/editors/lazarus-lcl-qt RUN_DEPENDS+= ${LCL_UNITS_DIR}/${LCL_PLATFORM}/interfaces.ppu:${PORTSDIR}/editors/lazarus-lcl-qt |