diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-11-20 21:54:20 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-11-20 21:54:20 +0000 |
commit | 0ce61d047a9257c630b2545beb3b14f17017be26 (patch) | |
tree | 27873c522a51273773dd7a88ec762c7609988bc4 /www/seamonkey2 | |
parent | b2a0bc9dcadb886399bc9a28687c7f9c77c47ac5 (diff) | |
download | ports-0ce61d047a9257c630b2545beb3b14f17017be26.tar.gz ports-0ce61d047a9257c630b2545beb3b14f17017be26.zip |
Notes
Diffstat (limited to 'www/seamonkey2')
-rw-r--r-- | www/seamonkey2/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
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) |