diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-19 15:34:00 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-19 15:34:00 +0800 |
commit | a14001f42926716f8b61704a5814ae75bd2a13f8 (patch) | |
tree | 89ed0e5501f47ef9605aa349527341e5ac02e6ed | |
parent | 9e7420448e4b2c2ea2239e1c2c3a606e173b00e1 (diff) | |
download | marcuscom-ports-a14001f42926716f8b61704a5814ae75bd2a13f8.tar marcuscom-ports-a14001f42926716f8b61704a5814ae75bd2a13f8.tar.gz marcuscom-ports-a14001f42926716f8b61704a5814ae75bd2a13f8.tar.bz2 marcuscom-ports-a14001f42926716f8b61704a5814ae75bd2a13f8.tar.lz marcuscom-ports-a14001f42926716f8b61704a5814ae75bd2a13f8.tar.xz marcuscom-ports-a14001f42926716f8b61704a5814ae75bd2a13f8.tar.zst marcuscom-ports-a14001f42926716f8b61704a5814ae75bd2a13f8.zip |
We need the fixed font if we're going to rely on Xvfb.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5173 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | www/firefox/Makefile | 6 | ||||
-rw-r--r-- | www/firefox10/Makefile | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 468b8c648..a5dc935ca 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -3,11 +3,12 @@ # Whom: Alan Eldridge <alane@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/www/firefox/Makefile,v 1.19 2005/11/17 18:17:47 marcus Exp $ +# $MCom: ports/www/firefox/Makefile,v 1.20 2005/11/18 03:37:32 ahze Exp $ # PORTNAME= firefox DISTVERSION= 1.5rc3 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_MOZILLA} @@ -18,7 +19,8 @@ DISTNAME= ${PORTNAME}-${DISTVERSION}-source MAINTAINER= gnome@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla -RUN_DEPENDS= Xvfb:${X_VFBSERVER_PORT} +RUN_DEPENDS= Xvfb:${X_VFBSERVER_PORT} \ + ${X11BASE}/lib/X11/fonts/misc/8x13O.pcf.gz:${X_FONTS_MISC_PORT} WANT_GNOME= yes ALL_TARGET= default diff --git a/www/firefox10/Makefile b/www/firefox10/Makefile index 468b8c648..a5dc935ca 100644 --- a/www/firefox10/Makefile +++ b/www/firefox10/Makefile @@ -3,11 +3,12 @@ # Whom: Alan Eldridge <alane@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/www/firefox/Makefile,v 1.19 2005/11/17 18:17:47 marcus Exp $ +# $MCom: ports/www/firefox/Makefile,v 1.20 2005/11/18 03:37:32 ahze Exp $ # PORTNAME= firefox DISTVERSION= 1.5rc3 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_MOZILLA} @@ -18,7 +19,8 @@ DISTNAME= ${PORTNAME}-${DISTVERSION}-source MAINTAINER= gnome@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla -RUN_DEPENDS= Xvfb:${X_VFBSERVER_PORT} +RUN_DEPENDS= Xvfb:${X_VFBSERVER_PORT} \ + ${X11BASE}/lib/X11/fonts/misc/8x13O.pcf.gz:${X_FONTS_MISC_PORT} WANT_GNOME= yes ALL_TARGET= default |