aboutsummaryrefslogtreecommitdiff
path: root/www/opera
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2012-06-15 10:08:23 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2012-06-15 10:08:23 +0000
commitfd4bce714d0580f98b79bf8f1a0befdb65061074 (patch)
tree5cde4ca94c1c366ee2f9f2f5b922df5d5eb34a00 /www/opera
parent7d5c257635612bc73d9e76555312b6e60df9d21d (diff)
Notes
Diffstat (limited to 'www/opera')
-rw-r--r--www/opera/Makefile8
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