On 05/15/16 21:54, Jeremie Courreges-Anglas wrote: > > There are a few ports that use lrelease4, but there is no abstraction in > the port module. > > Comments / ok? > > Index: x11/qt4/qt4.port.mk > =================================================================== > RCS file: /cvs/ports/x11/qt4/qt4.port.mk,v > retrieving revision 1.12 > diff -u -p -r1.12 qt4.port.mk > --- x11/qt4/qt4.port.mk 26 Mar 2016 20:37:35 -0000 1.12 > +++ x11/qt4/qt4.port.mk 15 May 2016 18:45:55 -0000 > @@ -30,6 +30,8 @@ MODQT4_QMAKE = ${LOCALBASE}/bin/qmake4 > MODQT_QMAKE ?= ${MODQT4_QMAKE} > MODQT4_QTDIR = ${LOCALBASE}/lib/qt4 > MODQT_QTDIR ?= ${MODQT4_QTDIR} > +MODQT4_LRELEASE = ${LOCALBASE}/bin/lrelease4 > +MODQT_LRELEASE ?= ${MODQT4_LRELEASE > > MODQT4_LIB_DEPENDS = x11/qt4 > MODQT_LIB_DEPENDS ?= ${MODQT4_LIB_DEPENDS} > >
I'm wondering is a } missing off the second added line.