summaryrefslogtreecommitdiff
path: root/multimedia/libquicktime
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2019-11-06 18:07:22 +0000
committerNiclas Zeising <zeising@FreeBSD.org>2019-11-06 18:07:22 +0000
commit82f108df3064ff3c1a1e2286a12f648d68dae4cd (patch)
treeb4d5bf951a26d05982f5c0f534d2f244ff41ae41 /multimedia/libquicktime
parentAdd USES=xorg USES=gl, ports categories l (diff)
Add USES=xorg USES=gl, ports categories m
Add USES=xorg and USES=gl to ports in categories starting with 'm' While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
Diffstat (limited to 'multimedia/libquicktime')
-rw-r--r--multimedia/libquicktime/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/multimedia/libquicktime/Makefile b/multimedia/libquicktime/Makefile
index bea8e2f06b33..8c500624364b 100644
--- a/multimedia/libquicktime/Makefile
+++ b/multimedia/libquicktime/Makefile
@@ -25,6 +25,7 @@ LIBS+= -L${LOCALBASE}/lib -lintl
INSTALL_TARGET= install-strip
.if !defined(_BUILDING_LIBQUICKTIME_PLUGINS)
+USES+= xorg
USE_XORG= xaw xv
CONFIGURE_ARGS= --with-x --enable-gpl --without-doxygen --without-lame
@@ -48,6 +49,7 @@ CONFIGURE_ARGS+= --without-cpuflags
.if !defined(_BUILDING_LIBQUICKTIME_PLUGINS)
.if ${PORT_OPTIONS:MGTK2}
+USES+= gnome
USE_GNOME+= gtk20
CONFIGURE_ARGS+= --with-gtk
.else
@@ -61,6 +63,7 @@ CONFIGURE_ARGS+= --without-alsa
.endif
.if ${PORT_OPTIONS:MOPENGL}
+USES+= gl
USE_GL= yes
CONFIGURE_ARGS+= --with-opengl
.else