From a5347c3ff833a42633c9ecb8859e6a02f7304464 Mon Sep 17 00:00:00 2001 From: marcus Date: Wed, 20 Nov 2002 21:54:20 +0000 Subject: When using the GTK+-2 version, build with ORBit2. Submitted by: bento --- www/seamonkey2/Makefile | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'www/seamonkey2') diff --git a/www/seamonkey2/Makefile b/www/seamonkey2/Makefile index 05e30f0b3686..0f2f416a3c29 100644 --- a/www/seamonkey2/Makefile +++ b/www/seamonkey2/Makefile @@ -33,7 +33,8 @@ MOZILLA?= mozilla-devel WITHOUT_CHATZILLA= "Contains a buffer overflow reported at http://online.securityfocus.com/archive/1/270249" .if defined(WITH_GTK2) -LIB_DEPENDS+= gtk-x11-2.0.0:${PORTSDIR}/x11-toolkits/gtk20 +LIB_DEPENDS+= gtk-x11-2.0.0:${PORTSDIR}/x11-toolkits/gtk20 \ + ORBit-2.0:${PORTSDIR}/devel/ORBit2 .else USE_GNOME= gtk12 .endif @@ -61,8 +62,6 @@ EXTRACT_AFTER_ARGS= | ${TAR} -xf - --exclude */CVS/* \ USE_X_PREFIX= yes USE_PERL5= yes USE_GMAKE= yes -USE_GNOMENG= yes -USE_GNOME+= orbit USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= \ @@ -90,6 +89,11 @@ 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) -- cgit