summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-01-21 16:53:21 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-01-21 16:53:21 +0000
commit96bc77454a43f3cb10dd00b2c529f12163306b6a (patch)
tree3a4d8a07e5af6df16c42778b13995e09f30bbf3b
parentUpdate to 1.3.1. (diff)
Sync this port with the recent Mozilla commits.
Notes
Notes: svn path=/head/; revision=73732
-rw-r--r--www/galeon/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/galeon/Makefile b/www/galeon/Makefile
index 3a95dc885512..a19926f9317c 100644
--- a/www/galeon/Makefile
+++ b/www/galeon/Makefile
@@ -7,6 +7,7 @@
PORTNAME= galeon
PORTVERSION= 1.2.7
+PORTREVISION= 1
CATEGORIES= www gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -18,7 +19,7 @@ BUILD_DEPENDS= ${X11BASE}/include/mozilla${HEADERS_SUFX}/gtkembedmoz/gtkmozembed
LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv
RUN_DEPENDS= ${X11BASE}/lib/${MOZILLA}/libgtkembedmoz.so:${PORTSDIR}/www/${MOZILLA}
-MOZ_CONFIGURE_ARGS=--with-mozilla-snapshot="1.1"
+MOZ_CONFIGURE_ARGS=--with-mozilla-snapshot="1.2"
.if !defined(WITH_MOZILLA)
MOZILLA= mozilla
@@ -32,7 +33,7 @@ MOZ_CONFIGURE_ARGS= --with-mozilla-snapshot="1.0"
.if ${WITH_MOZILLA}=="mozilla-devel" || ${WITH_MOZILLA}=="mozilla-embedded-devel"
MOZILLA= ${WITH_MOZILLA}
HEADERS_SUFX= -devel
-MOZ_CONFIGURE_ARGS= --with-mozilla-snapshot="1.2"
+MOZ_CONFIGURE_ARGS= --with-mozilla-snapshot="trunk"
.else
.if ${WITH_MOZILLA}=="mozilla-embedded"
MOZILLA= mozilla-embedded