aboutsummaryrefslogtreecommitdiff
path: root/www/opera-devel
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2013-03-07 16:53:45 +0000
committerMartin Wilke <miwi@FreeBSD.org>2013-03-07 16:53:45 +0000
commitb7df0651651ef059fd4db24d7b77113e72ad6c15 (patch)
treee492c56fa7379da1ca224d6c3b1e9a31bdf1f7d9 /www/opera-devel
parentf391ca611e4a642fc3b0e7df30f4a60b63f60b71 (diff)
downloadports-b7df0651651ef059fd4db24d7b77113e72ad6c15.tar.gz
ports-b7df0651651ef059fd4db24d7b77113e72ad6c15.zip
Notes
Diffstat (limited to 'www/opera-devel')
-rw-r--r--www/opera-devel/Makefile14
1 files changed, 6 insertions, 8 deletions
diff --git a/www/opera-devel/Makefile b/www/opera-devel/Makefile
index 2a9b62bf1499..6bc1f4c6bd3e 100644
--- a/www/opera-devel/Makefile
+++ b/www/opera-devel/Makefile
@@ -36,26 +36,24 @@ MANCOMPRESSED= yes
NO_BUILD= yes
-OPTIONS= CUPS "Enable support for printing (requires CUPS)" on \
- VIDEO "Enable support for HTML5 video (requires GStreamer)" on \
- GTK "Use GTK backend" off \
- KDE4 "Use KDE4 backend" off
+OPTIONS_DEFINE= CUPS VIDEO GTK2 KDE4
+OPTIONS_DEFAULT= CUPS VIDEO
.include <bsd.port.options.mk>
-.if !defined(WITHOUT_CUPS)
+.if ! ${PORT_OPTIONS:MCUPS}
LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-client
.endif
-.if !defined(WITHOUT_VIDEO)
+.if ! ${PORT_OPTIONS:MVIDEO}
USE_GSTREAMER+= vorbis ogg theora vp8 good
.endif
-.if defined(WITH_GTK)
+.if ${PORT_OPTIONS:MGTK2}
USE_GNOME+= gtk20
.endif
-.if defined(WITH_KDE4)
+.if ${PORT_OPTIONS:MKDE4}
USE_KDE4+= kdelibs
.endif