diff options
Diffstat (limited to 'www/opera')
-rw-r--r-- | www/opera/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/opera/Makefile b/www/opera/Makefile index 94de9961d1a6..7a2393ebd1b2 100644 --- a/www/opera/Makefile +++ b/www/opera/Makefile @@ -49,19 +49,19 @@ VIDEO_DESC= Enable support for HTML5 video (requires GStreamer) .include <bsd.port.options.mk> -.if ${PORT_OPTIONS:MCUPS) +.if ${PORT_OPTIONS:MCUPS} LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-client .endif -.if ${PORT_OPTIONS:MVIDEO) +.if ${PORT_OPTIONS:MVIDEO} USE_GSTREAMER+= vorbis ogg theora vp8 good .endif -.if ${PORT_OPTIONS:MGTK2) +.if ${PORT_OPTIONS:MGTK2} USE_GNOME+= gtk20 .endif -.if ${PORT_OPTIONS:MKDE4) +.if ${PORT_OPTIONS:MKDE4} USE_KDE4+= kdelibs .endif |