diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-01-17 05:26:15 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-01-17 05:26:15 +0000 |
commit | 722cde1aed7b27e7e5bca4ca486b8543032c610f (patch) | |
tree | 9f8315beb4605e862a0846b3b3fa30010c9859e8 /www/epiphany | |
parent | ed5f4675609124dd7f4848191a5c6d0b503905ab (diff) | |
download | ports-722cde1aed7b27e7e5bca4ca486b8543032c610f.tar.gz ports-722cde1aed7b27e7e5bca4ca486b8543032c610f.zip |
Notes
Diffstat (limited to 'www/epiphany')
-rw-r--r-- | www/epiphany/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index e526add2d966..49d99303fc36 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -7,6 +7,7 @@ PORTNAME= epiphany PORTVERSION= 1.0.7 +PORTREVISION= 1 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.0 @@ -19,7 +20,7 @@ BUILD_DEPENDS= ${X11BASE}/include/mozilla${HEADERS_SUFX}/gtkembedmoz/gtkmozembed ${X11BASE}/lib/${MOZILLA}/components/libwidget_gtk2.so:${PORTSDIR}/www/${MOZILLA} RUN_DEPENDS= ${X11BASE}/lib/${MOZILLA}/components/libwidget_gtk2.so:${PORTSDIR}/www/${MOZILLA} -MOZ_CONFIGURE_ARGS= --with-mozilla-snapshot="1.5" +MOZ_CONFIGURE_ARGS= --with-mozilla-snapshot="1.6" MOZILLA= mozilla-gtk2 HEADERS_SUFX= |