aboutsummaryrefslogtreecommitdiffstats
path: root/www/galeon2
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-11-02 05:51:08 +0800
committermarcus <marcus@FreeBSD.org>2003-11-02 05:51:08 +0800
commit9820b026ea9cba9c16f502879fd2cebd2f2eb32f (patch)
treef0066b75c34b542a0aaf38e3469de564b464c431 /www/galeon2
parentb7d590fb69197993752b27a22f2333026994e4c9 (diff)
downloadfreebsd-ports-gnome-9820b026ea9cba9c16f502879fd2cebd2f2eb32f.tar.gz
freebsd-ports-gnome-9820b026ea9cba9c16f502879fd2cebd2f2eb32f.tar.zst
freebsd-ports-gnome-9820b026ea9cba9c16f502879fd2cebd2f2eb32f.zip
* Update mozilla-devel to 1.6a
* Install pkg-config files for both the GTK1 and GTK2 versions of Mozilla * Update dependent browsers accordingly
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'