diff options
Diffstat (limited to 'multimedia/mlt')
-rw-r--r-- | multimedia/mlt/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/multimedia/mlt/Makefile b/multimedia/mlt/Makefile index 22a4be50a6f2..fe64e561f216 100644 --- a/multimedia/mlt/Makefile +++ b/multimedia/mlt/Makefile @@ -118,8 +118,7 @@ PLIST_SUB+= KINO="@comment " .ifndef(WITHOUT_QT4) LIB_DEPENDS+= exif.12:${PORTSDIR}/graphics/libexif -USE_QT_VER= 4 -QT_COMPONENTS+= gui svg xml +USE_QT4+= gui svg xml CONFIGURE_ARGS+= --enable-qimage \ --qimage-includedir="${QT_INCDIR}" \ --qimage-libdir="${QT_LIBDIR}" |