diff options
author | Beat Gaetzi <beat@FreeBSD.org> | 2012-04-30 17:18:05 +0800 |
---|---|---|
committer | Beat Gaetzi <beat@FreeBSD.org> | 2012-04-30 17:18:05 +0800 |
commit | 716af94ceb2b71c0b99f863fe948c9f235a7b583 (patch) | |
tree | dbe1864349c95cabdef1f77f2cbbe78558332fcd /www/firefox | |
parent | 4fc1509f31b171744c6a801bf9181640ed9209c1 (diff) | |
download | freebsd-ports-gnome-716af94ceb2b71c0b99f863fe948c9f235a7b583.tar.gz freebsd-ports-gnome-716af94ceb2b71c0b99f863fe948c9f235a7b583.tar.zst freebsd-ports-gnome-716af94ceb2b71c0b99f863fe948c9f235a7b583.zip |
- Clarify BROKEN message for PGO option
Reported by: Jong-Beom Kim <kreoso AT googlemail.com>,
Warren Block <wblock AT wonkity.com>
Diffstat (limited to 'www/firefox')
-rw-r--r-- | www/firefox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index d99f01483f23..c07088ea1c85 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -75,7 +75,7 @@ LIB_DEPENDS+= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ .endif .if defined(WITH_PGO) -BROKEN= does not build +BROKEN= does not build with PGO option enabled BUILD_DEPENDS+= ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 USE_PYTHON_BUILD= yes USE_DISPLAY= yes |