diff options
author | marcus <marcus@FreeBSD.org> | 2004-11-19 00:37:50 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-11-19 00:37:50 +0800 |
commit | 25f43038dfb27709913d46cabf2f37cad5ad9baa (patch) | |
tree | a111e106d2e3e4d230570226d75a43119cbbe24a /www/firefox/Makefile | |
parent | 0a35c5fddb0f11e82d1af79723d894c66ba11a24 (diff) | |
download | freebsd-ports-gnome-25f43038dfb27709913d46cabf2f37cad5ad9baa.tar.gz freebsd-ports-gnome-25f43038dfb27709913d46cabf2f37cad5ad9baa.tar.zst freebsd-ports-gnome-25f43038dfb27709913d46cabf2f37cad5ad9baa.zip |
Instead of using Xvfb, and evil black magic to create the extensions
repository, use the hidden "-register" option instead. This has the
advantage of not requiring an X DISPLAY and not modifying any
preferences.
Diffstat (limited to 'www/firefox/Makefile')
-rw-r--r-- | www/firefox/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 906070eefe9a..ec76e0eb1c33 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -7,7 +7,7 @@ PORTNAME= firefox PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_MOZILLA} @@ -21,7 +21,6 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ mng.1:${PORTSDIR}/graphics/libmng BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip -RUN_DEPENDS= Xvfb:${X_VFBSERVER_PORT} ALL_TARGET= default CONFIGURE_ENV= LOCALBASE=${LOCALBASE} |