summaryrefslogtreecommitdiff
path: root/www/galeon2
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-11-03 19:32:06 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-11-03 19:32:06 +0000
commitea23f148316361d092dbe2a549f93b06f8e962f3 (patch)
tree2fe31938204a60ee96fc0c088428677095314399 /www/galeon2
parentUse PORTCOMMENT. (diff)
Add a check for mozilla-embedded.
PR: 44855
Notes
Notes: svn path=/head/; revision=69365
Diffstat (limited to 'www/galeon2')
-rw-r--r--www/galeon2/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/www/galeon2/Makefile b/www/galeon2/Makefile
index 9d12785b377e..7de5ed341349 100644
--- a/www/galeon2/Makefile
+++ b/www/galeon2/Makefile
@@ -34,11 +34,16 @@ MOZILLA= ${WITH_MOZILLA}
HEADERS_SUFX= -devel
MOZ_CONFIGURE_ARGS= --with-mozilla-snapshot="trunk"
.else
+.if ${WITH_MOZILLA}=="mozilla-embedded"
+MOZILLA= mozilla-embedded
+HEADERS_SUFX=
+.else
MOZILLA= mozilla
HEADERS_SUFX=
.endif
.endif
.endif
+.endif
USE_X_PREFIX= yes
USE_GNOMENG= yes