summaryrefslogtreecommitdiff
path: root/www/galeon2
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-11-01 21:51:08 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-11-01 21:51:08 +0000
commit6ebf3e3446ec1b7e85c9d0796df93bf6ebb260fb (patch)
tree984ad786e345f31cf8226518629a9548b2949e41 /www/galeon2
parent- Properly spell pre-everything with two colons (diff)
* Update mozilla-devel to 1.6a
* Install pkg-config files for both the GTK1 and GTK2 versions of Mozilla * Update dependent browsers accordingly
Notes
Notes: svn path=/head/; revision=92794
Diffstat (limited to 'www/galeon2')
-rw-r--r--www/galeon2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/galeon2/Makefile b/www/galeon2/Makefile
index 63b8ac1b0ba4..97b9730916ea 100644
--- a/www/galeon2/Makefile
+++ b/www/galeon2/Makefile
@@ -31,7 +31,7 @@ HEADERS_SUFX=
.if ${WITH_MOZILLA}=="mozilla-devel-gtk2"
MOZILLA= ${WITH_MOZILLA}
HEADERS_SUFX= -devel
-MOZ_CONFIGURE_ARGS= --with-mozilla-snapshot="1.5b"
+MOZ_CONFIGURE_ARGS= --with-mozilla-snapshot="1.6a"
.else
MOZILLA= mozilla-gtk2
HEADERS_SUFX=
@@ -78,7 +78,7 @@ pre-everything::
@${ECHO_MSG} ""
post-patch:
- @${REINPLACE_CMD} -e 's|mozilla-gtkmozembed|mozilla-gtkmozembed${HEADERS_SUFX}|g' \
+ @${REINPLACE_CMD} -e 's|mozilla-gtkmozembed|mozilla-gtkmozembed${HEADERS_SUFX}-gtk2|g' \
${WRKSRC}/configure
@${FIND} ${WRKSRC} -name "Makefile.in*" | xargs ${REINPLACE_CMD} -e \
's|-lpthread|${PTHREAD_LIBS}|g'