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/galeon2 | |
parent | ed5f4675609124dd7f4848191a5c6d0b503905ab (diff) |
Notes
Diffstat (limited to 'www/galeon2')
-rw-r--r-- | www/galeon2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/galeon2/Makefile b/www/galeon2/Makefile index 91dfddf90c78..65bca6982bb0 100644 --- a/www/galeon2/Makefile +++ b/www/galeon2/Makefile @@ -7,6 +7,7 @@ PORTNAME= galeon2 PORTVERSION= 1.3.11a +PORTREVISION= 1 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://osdn.dl.sourceforge.net/sourceforge/galeon/ @@ -20,7 +21,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="trunk" MOZILLA= mozilla-gtk2 HEADERS_SUFX= |