diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2012-06-06 06:44:37 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2012-06-06 06:44:37 +0000 |
commit | 9c2f65e3958e906d7f49ce94318d22defb3fffb2 (patch) | |
tree | bc087bd13fb3e313884021b8e0a5e2046e75d491 /multimedia/mlt | |
parent | 7db146587f345a51482b4b1c314fe71cfeb37e6c (diff) | |
download | ports-9c2f65e3958e906d7f49ce94318d22defb3fffb2.tar.gz ports-9c2f65e3958e906d7f49ce94318d22defb3fffb2.zip |
Notes
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}" |