diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-01-01 13:46:29 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-01-01 13:46:29 +0000 |
commit | 7abacc5c2bc96becc68c508cf68a7c7944810431 (patch) | |
tree | faa9529687c026d33e12b9dc294f1147559826de /multimedia/mlt | |
parent | 6a910eebde6b476728b82af8623e9eb4f4259cbc (diff) |
Notes
Diffstat (limited to 'multimedia/mlt')
-rw-r--r-- | multimedia/mlt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/mlt/Makefile b/multimedia/mlt/Makefile index b3590a141c44..e33716c0ad6b 100644 --- a/multimedia/mlt/Makefile +++ b/multimedia/mlt/Makefile @@ -12,7 +12,7 @@ COMMENT?= Multimedia framework for TV broadcasting LICENSE?= GPLv2 GPLv3 LGPL21 LICENSE_COMB?= multi -USES+= alias compiler:c++11-lang eigen:3 gl gmake gnome localbase \ +USES+= alias compiler:c++11-lang eigen:3 gmake gnome localbase \ pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS+=--enable-gpl --enable-gpl3 --target-os=FreeBSD @@ -38,7 +38,7 @@ USE_GL= gl USE_GNOME= libxml2 USE_SDL= image USE_XORG= x11 -USES+= iconv pathfix +USES+= gl iconv pathfix PATHFIX_MAKEFILEIN= Makefile CONFIGURE_ARGS+=--disable-qt --swig-languages=none USE_LDCONFIG= yes |