diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-08-04 09:11:25 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-08-04 09:11:25 +0000 |
commit | f92079c61ea2516fd5b1514bae10c743ba63b699 (patch) | |
tree | 1e9acf477fa72cf7c888cc484c96bd4f207a487a /www/firefox/Makefile.options | |
parent | 397fa72062e7ed8fab7c8a395a1f9475d9723709 (diff) | |
download | ports-f92079c61ea2516fd5b1514bae10c743ba63b699.tar.gz ports-f92079c61ea2516fd5b1514bae10c743ba63b699.zip |
Notes
Diffstat (limited to 'www/firefox/Makefile.options')
-rw-r--r-- | www/firefox/Makefile.options | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/firefox/Makefile.options b/www/firefox/Makefile.options index 22c59d7d5bda..d7db550caedc 100644 --- a/www/firefox/Makefile.options +++ b/www/firefox/Makefile.options @@ -1,12 +1,13 @@ # -*- makefile-bsdmake -*- -OPTIONS_DEFINE+= DBUS DEBUG GCONF GIO GNOMEUI GNOMEVFS2 GSTREAMER \ +OPTIONS_DEFINE+= DBUS DEBUG DTRACE GCONF GIO GNOMEUI GNOMEVFS2 GSTREAMER \ LIBPROXY LOGGING OPTIMIZED_CFLAGS PGO PROFILE TEST OPTIONS_DEFAULT+= ALSA DBUS GIO GSTREAMER LOGGING OPTIMIZED_CFLAGS OPTIONS_MULTI+= AUDIO OPTIONS_MULTI_AUDIO= ALSA PULSEAUDIO +DTRACE_DESC?= Build with DTrace probes # move to bsd.options.desc.mk ENIGMAIL_DESC?= Enigmail extension GIO_DESC?= GIO for file I/O # move to bsd.options.desc.mk GNOMEUI_DESC?= libgnomeui support module |