diff options
author | wxs <wxs@FreeBSD.org> | 2012-08-04 01:17:28 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2012-08-04 01:17:28 +0800 |
commit | 03555f9ca643efe9297ac9c83c180672097a1092 (patch) | |
tree | 7226b5342da703be30266530c64f62a0e1a9aca0 /Mk | |
parent | 330a780643b77332bd1de04423e382a35558b7fa (diff) | |
download | freebsd-ports-gnome-03555f9ca643efe9297ac9c83c180672097a1092.tar.gz freebsd-ports-gnome-03555f9ca643efe9297ac9c83c180672097a1092.tar.zst freebsd-ports-gnome-03555f9ca643efe9297ac9c83c180672097a1092.zip |
Add PGO description and adjust firefox accordingly.
PR: ports/170275
Submitted by: Jan Beich <jbeich@tormail.org>
Approved by: beat@
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.options.desc.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Mk/bsd.options.desc.mk b/Mk/bsd.options.desc.mk index 1c4bcfc76ee5..5c45a71f7e04 100644 --- a/Mk/bsd.options.desc.mk +++ b/Mk/bsd.options.desc.mk @@ -214,6 +214,7 @@ PANGO_DESC?= Pango rendering library support PCRE_DESC?= Use Perl Compatible Regular Expressions PDF_DESC?= PDF support PERL_DESC?= Perl scripting language support +PGO_DESC?= Profile-Guided Optimization PGSQL_DESC?= PostgreSQL backend PGSQL_JDBC_DESC?= JDBC connection to PostgreSQL databases PHP_DESC?= PHP binding/support |