aboutsummaryrefslogtreecommitdiffstats
path: root/www/seamonkey2/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-02-13 03:03:23 +0800
committermarcus <marcus@FreeBSD.org>2003-02-13 03:03:23 +0800
commit637c75ea935b0d89945dccc4d3fe2afef892ecfd (patch)
treedcaff3c6a46a18c033bbd7ec4f0848a95479b3b7 /www/seamonkey2/Makefile
parentc91a072e547bd20cf29dc9dedd5731fad1b67478 (diff)
downloadfreebsd-ports-gnome-637c75ea935b0d89945dccc4d3fe2afef892ecfd.tar.gz
freebsd-ports-gnome-637c75ea935b0d89945dccc4d3fe2afef892ecfd.tar.zst
freebsd-ports-gnome-637c75ea935b0d89945dccc4d3fe2afef892ecfd.zip
Update to 1.3b.
Diffstat (limited to 'www/seamonkey2/Makefile')
-rw-r--r--www/seamonkey2/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/www/seamonkey2/Makefile b/www/seamonkey2/Makefile
index 230675cf4737..aa3d6f3df230 100644
--- a/www/seamonkey2/Makefile
+++ b/www/seamonkey2/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME?= mozilla
-PORTVERSION= 1.3a
-PORTREVISION?= 1
+PORTVERSION= 1.3b
PORTEPOCH?= 1
CATEGORIES?= www
MASTER_SITES= ${MASTER_SITE_MOZILLA} \
@@ -36,7 +35,8 @@ WITHOUT_CHATZILLA= "Contains a buffer overflow reported at http://online.securit
LIB_DEPENDS+= gtk-x11-2.0.200:${PORTSDIR}/x11-toolkits/gtk20 \
ORBit-2.0:${PORTSDIR}/devel/ORBit2
.else
-USE_GNOME= gtk12
+USE_GNOMENG= yes
+USE_GNOME= gtk12 orbit
.endif
.if !defined(WITHOUT_XFT)
@@ -90,11 +90,6 @@ CONFIGURE_ARGS= \
--with-system-png=${LOCALBASE} \
--with-pthreads
-.if !defined(WITH_GTK2)
-USE_GNOMENG= yes
-USE_GNOME+= orbit
-.endif
-
PLIST= ${WRKDIR}/pkg-plist
# LDAP is only used by mail and news so disable both together
.if defined(WITHOUT_MAILNEWS)
@@ -152,6 +147,7 @@ CONFIGURE_ARGS+= --enable-reorder
.endif
.if ${ARCH} == "alpha"
+CFLAGS+= -O0
BROKEN= "core dumps on alpha during post-build"
.endif