diff options
author | marcus <marcus@FreeBSD.org> | 2003-08-12 03:48:26 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-08-12 03:48:26 +0800 |
commit | d88905401ec329da645977980190f7c5339c53ce (patch) | |
tree | de8dc259e45920e3be106b14e40e1cf395bc7e9a /www/epiphany/Makefile | |
parent | e86b5e286cf2532975f1bda5626ef6b5ccfc96e6 (diff) | |
download | freebsd-ports-gnome-d88905401ec329da645977980190f7c5339c53ce.tar.gz freebsd-ports-gnome-d88905401ec329da645977980190f7c5339c53ce.tar.zst freebsd-ports-gnome-d88905401ec329da645977980190f7c5339c53ce.zip |
Update to 0.8.4.
Diffstat (limited to 'www/epiphany/Makefile')
-rw-r--r-- | www/epiphany/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index bd995c39e653..8b72d902e963 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -6,7 +6,7 @@ # PORTNAME= epiphany -PORTVERSION= 0.8.3 +PORTVERSION= 0.8.4 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.8 @@ -31,7 +31,7 @@ HEADERS_SUFX= .if ${WITH_MOZILLA}=="mozilla-devel-gtk2" MOZILLA= ${WITH_MOZILLA} HEADERS_SUFX= -devel -MOZ_CONFIGURE_ARGS= --with-mozilla-snapshot="trunk" +MOZ_CONFIGURE_ARGS= --with-mozilla-snapshot="1.5a" .else MOZILLA= mozilla-gtk2 HEADERS_SUFX= |