diff options
author | dinoex <dinoex@FreeBSD.org> | 2012-06-15 18:08:23 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2012-06-15 18:08:23 +0800 |
commit | dcf6fa5e3f5798aba17cb338879b120a39b75601 (patch) | |
tree | bb75c336a62cd8ad4bc72be7861e1b6815d06e9e /www/opera | |
parent | f275fbe90e62c67f35189e4d394e9315e2f37651 (diff) | |
download | freebsd-ports-gnome-dcf6fa5e3f5798aba17cb338879b120a39b75601.tar.gz freebsd-ports-gnome-dcf6fa5e3f5798aba17cb338879b120a39b75601.tar.zst freebsd-ports-gnome-dcf6fa5e3f5798aba17cb338879b120a39b75601.zip |
- fix brackes
Submitted by: poyopoyo at puripuri.plala.or.jp
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 |