diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2012-06-11 20:38:39 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2012-06-11 20:38:39 +0000 |
commit | e7bd12c00a39e5934520ce5ee2a6ad1bb7d062c2 (patch) | |
tree | 47cdef72b5895dd08a1554d8ef732433830f11d4 | |
parent | 1b755a7cc6d2e1b8db299123001a719b489430e1 (diff) |
Notes
-rw-r--r-- | multimedia/mjpegtools/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/multimedia/mjpegtools/Makefile b/multimedia/mjpegtools/Makefile index 2fd09f81332e..f0e166ffc90e 100644 --- a/multimedia/mjpegtools/Makefile +++ b/multimedia/mjpegtools/Makefile @@ -17,7 +17,7 @@ COMMENT= Set of tools to record/playback/edit videos in MPEG format LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg OPTIONS_DEFINE= GTK2 SDL PNG DV QUICKTIME SIMD DOCS -OPTIONS_DEFAULT= GTK2 SDL PNG +OPTIONS_DEFAULT= SDL PNG QUICKTIME_DESC= Enable libQuickTime support CONFLICTS= mplex-[0-9]* @@ -60,6 +60,8 @@ BROKEN= Does not build on powerpc-9 .if ${PORT_OPTIONS:MGTK2} +BROKEN= glav is not built + .if empty(PORT_OPTIONS:MSDL) IGNORE= GTK+2 player needs SDL .endif # GTK2/SDL |