diff options
author | marcus <marcus@FreeBSD.org> | 2003-01-22 00:53:21 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-01-22 00:53:21 +0800 |
commit | 2a1288c5ce1493fb3740a8d87e0bda39a4de0ba8 (patch) | |
tree | 5b1f3390b77f3d498ad662842124e1b938302553 /www/galeon | |
parent | 05fb71f87a29b65f1a98c0eb2f0dad69d96b0f69 (diff) | |
download | freebsd-ports-gnome-2a1288c5ce1493fb3740a8d87e0bda39a4de0ba8.tar.gz freebsd-ports-gnome-2a1288c5ce1493fb3740a8d87e0bda39a4de0ba8.tar.zst freebsd-ports-gnome-2a1288c5ce1493fb3740a8d87e0bda39a4de0ba8.zip |
Sync this port with the recent Mozilla commits.
Diffstat (limited to 'www/galeon')
-rw-r--r-- | www/galeon/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/galeon/Makefile b/www/galeon/Makefile index 3a95dc885512..a19926f9317c 100644 --- a/www/galeon/Makefile +++ b/www/galeon/Makefile @@ -7,6 +7,7 @@ PORTNAME= galeon PORTVERSION= 1.2.7 +PORTREVISION= 1 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -18,7 +19,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.1" +MOZ_CONFIGURE_ARGS=--with-mozilla-snapshot="1.2" .if !defined(WITH_MOZILLA) MOZILLA= mozilla @@ -32,7 +33,7 @@ MOZ_CONFIGURE_ARGS= --with-mozilla-snapshot="1.0" .if ${WITH_MOZILLA}=="mozilla-devel" || ${WITH_MOZILLA}=="mozilla-embedded-devel" MOZILLA= ${WITH_MOZILLA} HEADERS_SUFX= -devel -MOZ_CONFIGURE_ARGS= --with-mozilla-snapshot="1.2" +MOZ_CONFIGURE_ARGS= --with-mozilla-snapshot="trunk" .else .if ${WITH_MOZILLA}=="mozilla-embedded" MOZILLA= mozilla-embedded |