aboutsummaryrefslogtreecommitdiff
path: root/www/seamonkey2
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2004-02-18 03:50:38 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2004-02-18 03:50:38 +0000
commit7602ef6eba2985340514708df571c5615af0628c (patch)
tree15c4c362da46e9feacd3a33331562d61fca1edb6 /www/seamonkey2
parent60049684ec6bcbccddf486543942c9cea25eb629 (diff)
downloadports-7602ef6eba2985340514708df571c5615af0628c.tar.gz
ports-7602ef6eba2985340514708df571c5615af0628c.zip
Notes
Diffstat (limited to 'www/seamonkey2')
-rw-r--r--www/seamonkey2/Makefile14
-rw-r--r--www/seamonkey2/pkg-descr3
-rw-r--r--www/seamonkey2/pkg-descr.gtk1 (renamed from www/seamonkey2/pkg-descr.gtk2)4
3 files changed, 12 insertions, 9 deletions
diff --git a/www/seamonkey2/Makefile b/www/seamonkey2/Makefile
index 0db3a4b9eeb2..3ece92d1b925 100644
--- a/www/seamonkey2/Makefile
+++ b/www/seamonkey2/Makefile
@@ -35,11 +35,11 @@ IGNORE= "Main port has been upgraded to 1.6"
MOZILLA?= mozilla-devel
MOZ_SUFX= -devel
-.if defined(WITH_GTK2)
-PKGNAMESUFFIX= -gtk2
-USE_GNOME= gtk20 libidl
-.else
+.if defined(WITH_GTK1)
+PKGNAMESUFFIX= -gtk1
USE_GNOME= gtk12 orbit
+.else
+USE_GNOME= gtk20 libidl
.endif
.if !defined(WITHOUT_XFT)
@@ -140,10 +140,10 @@ CONFIGURE_ARGS+= --enable-calendar
CONFIGURE_ARGS+= --disable-composer
.endif
-.if defined(WITH_GTK2)
-CONFIGURE_ARGS+= --enable-default-toolkit=gtk2
-.else
+.if defined(WITH_GTK1)
CONFIGURE_ARGS+= --enable-default-toolkit=gtk
+.else
+CONFIGURE_ARGS+= --enable-default-toolkit=gtk2
.endif
.if !defined(WITHOUT_XFT)
diff --git a/www/seamonkey2/pkg-descr b/www/seamonkey2/pkg-descr
index fe21e2f4102c..10b9ea56ea93 100644
--- a/www/seamonkey2/pkg-descr
+++ b/www/seamonkey2/pkg-descr
@@ -6,4 +6,7 @@ and Java with the use of the FreeBSD native Java plug-in.
This is the latest bleeding edge release. Beware that you'll probably find
bugs here, so if you value stability, try www/mozilla or www/mozilla-vendor.
+This version has been built with GTK+-2 bindings for use with applications
+such as Galeon 2.
+
WWW: http://www.mozilla.org/
diff --git a/www/seamonkey2/pkg-descr.gtk2 b/www/seamonkey2/pkg-descr.gtk1
index 10b9ea56ea93..ba0062b77d01 100644
--- a/www/seamonkey2/pkg-descr.gtk2
+++ b/www/seamonkey2/pkg-descr.gtk1
@@ -6,7 +6,7 @@ and Java with the use of the FreeBSD native Java plug-in.
This is the latest bleeding edge release. Beware that you'll probably find
bugs here, so if you value stability, try www/mozilla or www/mozilla-vendor.
-This version has been built with GTK+-2 bindings for use with applications
-such as Galeon 2.
+This version has been built with GTK+-1 bindings for use with older
+applications such as Galeon 1.
WWW: http://www.mozilla.org/