aboutsummaryrefslogtreecommitdiffstats
path: root/www/epiphany/Makefile
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/epiphany/Makefile
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/epiphany/Makefile')
-rw-r--r--www/epiphany/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile
index e357a7d7c995..f60f1b3fbc38 100644
--- a/www/epiphany/Makefile
+++ b/www/epiphany/Makefile
@@ -7,6 +7,7 @@
PORTNAME= epiphany
PORTVERSION= 1.0.4
+PORTREVISION= 1
CATEGORIES= www gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.0
@@ -31,7 +32,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=
@@ -88,7 +89,7 @@ post-extract:
.endfor
post-patch:
- @${REINPLACE_CMD} -e 's|mozilla-gtkmozembed|mozilla-gtkmozembed${HEADERS_SUFX}|g' ${WRKSRC}/configure
+ @${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'
@${FIND} ${WRKSRC} -name "*.cpp" | ${XARGS} ${REINPLACE_CMD} -e \