summaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2005-07-14 13:38:03 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2005-07-14 13:38:03 +0800
commit159707ee55b99500d931c8c6b15900b3955d27a0 (patch)
treeb2584c610c51b1683b9e3ce60936065143102b12 /x11
parent4289dca54cc80c3eebe89433d87596668da69400 (diff)
downloadmarcuscom-ports-159707ee55b99500d931c8c6b15900b3955d27a0.tar
marcuscom-ports-159707ee55b99500d931c8c6b15900b3955d27a0.tar.gz
marcuscom-ports-159707ee55b99500d931c8c6b15900b3955d27a0.tar.bz2
marcuscom-ports-159707ee55b99500d931c8c6b15900b3955d27a0.tar.lz
marcuscom-ports-159707ee55b99500d931c8c6b15900b3955d27a0.tar.xz
marcuscom-ports-159707ee55b99500d931c8c6b15900b3955d27a0.tar.zst
marcuscom-ports-159707ee55b99500d931c8c6b15900b3955d27a0.zip
- Make default gecko support firefox.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4241 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r--x11/yelp/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/x11/yelp/Makefile b/x11/yelp/Makefile
index b176edf5a..d3159511e 100644
--- a/x11/yelp/Makefile
+++ b/x11/yelp/Makefile
@@ -3,11 +3,12 @@
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
-# $MCom$
+# $MCom: ports/x11/yelp/Makefile,v 1.54 2005/07/12 18:17:23 marcus Exp $
#
PORTNAME= yelp
PORTVERSION= 2.11.1
+PORTREVISION= 1
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.11
@@ -25,7 +26,7 @@ MOZILLA= mozilla
HEADERS_SUFX=
.if !defined(WITH_MOZILLA)
-MOZILLA= mozilla
+MOZILLA= firefox
HEADERS_SUFX=
.else
.if ${WITH_MOZILLA}=="firefox"
@@ -75,11 +76,11 @@ CONFIGURE_ARGS+=--enable-info
pre-everything::
@${ECHO_MSG} ""
- @${ECHO_MSG} " By default yelp uses www/mozilla for html rendering, but you can"
+ @${ECHO_MSG} " By default yelp uses www/firefox for html rendering, but you can"
@${ECHO_MSG} " change this by defining WITH_MOZILLA to one of the following values:"
@${ECHO_MSG}
@${ECHO_MSG} " mozilla-devel "
- @${ECHO_MSG} " firefox "
+ @${ECHO_MSG} " mozilla"
@${ECHO_MSG} ""
post-patch: