diff options
author | beat <beat@FreeBSD.org> | 2012-04-30 17:18:05 +0800 |
---|---|---|
committer | beat <beat@FreeBSD.org> | 2012-04-30 17:18:05 +0800 |
commit | 5babce3b2f41c6d405fa78d09b076b163e6872c7 (patch) | |
tree | 714f7c6d1c9521cf094839c937c0782202351303 /www/firefox-esr | |
parent | eca8e0087ac10a13edbce3a51907cc0db43c0c9d (diff) | |
download | freebsd-ports-gnome-5babce3b2f41c6d405fa78d09b076b163e6872c7.tar.gz freebsd-ports-gnome-5babce3b2f41c6d405fa78d09b076b163e6872c7.tar.zst freebsd-ports-gnome-5babce3b2f41c6d405fa78d09b076b163e6872c7.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-esr')
-rw-r--r-- | www/firefox-esr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile index 128b9633fe21..54522af5b1c8 100644 --- a/www/firefox-esr/Makefile +++ b/www/firefox-esr/Makefile @@ -76,7 +76,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 |