diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-03-16 22:05:38 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-03-16 22:05:38 +0800 |
commit | 5796b7ffa07cd6ca877ad5aa66de72d530c8ee1c (patch) | |
tree | 5cdd0e37debdded90068b8f88e7e4fccad7cc5bc /graphics | |
parent | 684803ab3f679c3c61608c9e06d2a17dae6210f4 (diff) | |
download | freebsd-ports-gnome-5796b7ffa07cd6ca877ad5aa66de72d530c8ee1c.tar.gz freebsd-ports-gnome-5796b7ffa07cd6ca877ad5aa66de72d530c8ee1c.tar.zst freebsd-ports-gnome-5796b7ffa07cd6ca877ad5aa66de72d530c8ee1c.zip |
- Switch to linguisttools_build
- Add missing qt4-svg dependency
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/lprof-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/lprof-devel/Makefile b/graphics/lprof-devel/Makefile index aa6df874265c..7531c56e333e 100644 --- a/graphics/lprof-devel/Makefile +++ b/graphics/lprof-devel/Makefile @@ -19,8 +19,8 @@ LIB_DEPENDS= liblcms.so:${PORTSDIR}/graphics/lcms \ USES= tar:bzip2 cmake USE_XORG= x11 xext sm ice xxf86vm -USE_QT4= corelib gui qt3support assistantclient \ - linguist_build qmake_build moc_build uic_build rcc_build +USE_QT4= corelib gui qt3support svg assistantclient \ + linguisttools_build qmake_build moc_build uic_build rcc_build CMAKE_ARGS= -DQTTRANS_LRELEASE_EXECUTABLE="${LOCALBASE}/bin/lrelease-qt4" |