summaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2004-11-18 14:07:36 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2004-11-18 14:07:36 +0800
commit3df5b82a4962ba591311f15fb3a0023ffa80568f (patch)
tree440c8f2329a56a982cf8012a0fa03d524f643afc /x11
parentb27972fdc91b87286eed42ce87773a7627598412 (diff)
downloadmarcuscom-ports-3df5b82a4962ba591311f15fb3a0023ffa80568f.tar
marcuscom-ports-3df5b82a4962ba591311f15fb3a0023ffa80568f.tar.gz
marcuscom-ports-3df5b82a4962ba591311f15fb3a0023ffa80568f.tar.bz2
marcuscom-ports-3df5b82a4962ba591311f15fb3a0023ffa80568f.tar.lz
marcuscom-ports-3df5b82a4962ba591311f15fb3a0023ffa80568f.tar.xz
marcuscom-ports-3df5b82a4962ba591311f15fb3a0023ffa80568f.tar.zst
marcuscom-ports-3df5b82a4962ba591311f15fb3a0023ffa80568f.zip
Add firefox support
Approved by: marcus git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3073 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r--x11/yelp/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/x11/yelp/Makefile b/x11/yelp/Makefile
index bb16cfd78..18687ce62 100644
--- a/x11/yelp/Makefile
+++ b/x11/yelp/Makefile
@@ -27,6 +27,9 @@ HEADERS_SUFX=
MOZILLA= mozilla
HEADERS_SUFX=
.else
+.if ${WITH_MOZILLA}=="firefox"
+MOZILLA= firefox
+.else
.if ${WITH_MOZILLA}=="mozilla-devel" || ${WITH_MOZILLA}=="mozilla-devel-gtk2"
MOZILLA= mozilla-devel
HEADERS_SUFX= -devel
@@ -35,6 +38,7 @@ MOZILLA= mozilla
HEADERS_SUFX=
.endif
.endif
+.endif
USE_BZIP2= yes
USE_X_PREFIX= yes
@@ -54,6 +58,7 @@ pre-everything::
@${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} ""
post-patch: