diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-11-01 21:51:08 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-11-01 21:51:08 +0000 |
commit | 6ebf3e3446ec1b7e85c9d0796df93bf6ebb260fb (patch) | |
tree | 984ad786e345f31cf8226518629a9548b2949e41 /www/galeon | |
parent | 2555ead718f817090043128d86fa14867099d27d (diff) | |
download | ports-6ebf3e3446ec1b7e85c9d0796df93bf6ebb260fb.tar.gz ports-6ebf3e3446ec1b7e85c9d0796df93bf6ebb260fb.zip |
Notes
Diffstat (limited to 'www/galeon')
-rw-r--r-- | www/galeon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/galeon/Makefile b/www/galeon/Makefile index c08a8e55dbbf..8facb362bc66 100644 --- a/www/galeon/Makefile +++ b/www/galeon/Makefile @@ -20,7 +20,7 @@ BUILD_DEPENDS= ${X11BASE}/include/mozilla${HEADERS_SUFX}/gtkembedmoz/gtkmozembed LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv RUN_DEPENDS= ${X11BASE}/lib/${MOZILLA}/libgtkembedmoz.so:${PORTSDIR}/www/${MOZILLA} -MOZ_CONFIGURE_ARGS=--with-mozilla-snapshot="1.5b" +MOZ_CONFIGURE_ARGS=--with-mozilla-snapshot="trunk" .if !defined(WITH_MOZILLA) MOZILLA= mozilla |