pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/seamonkey Modular Xorg support for seamonkey, fire...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4a508bc53024
branches:  trunk
changeset: 523589:4a508bc53024
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Jan 10 10:25:13 2007 +0000

description:
Modular Xorg support for seamonkey, firefox, sunbird and thunderbird.

diffstat:

 www/seamonkey/Makefile.common |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (29 lines):

diff -r 54aafbc4b127 -r 4a508bc53024 www/seamonkey/Makefile.common
--- a/www/seamonkey/Makefile.common     Wed Jan 10 10:21:25 2007 +0000
+++ b/www/seamonkey/Makefile.common     Wed Jan 10 10:25:13 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.16 2006/12/15 20:33:03 joerg Exp $
+# $NetBSD: Makefile.common,v 1.17 2007/01/10 10:25:13 joerg Exp $
 
 MOZ_DIST_VER?=         ${MOZ_VER}
 DISTNAME?=             seamonkey-${MOZ_DIST_VER}.source
@@ -52,6 +52,7 @@
 
 UNLIMIT_RESOURCES=     datasize memorysize stacksize
 
+.include "../../x11/libXt/buildlink3.mk"
 .include "../../graphics/freetype2/buildlink3.mk"
 .include "../../graphics/jpeg/buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"
@@ -60,9 +61,11 @@
 .include "../../x11/gtk2/buildlink3.mk"
 CONFIGURE_ARGS+=       --enable-default-toolkit=gtk2 --disable-gnomevfs
 .else
+.include "../../fonts/fontconfig/buildlink3.mk"
 .include "../../graphics/gdk-pixbuf/buildlink3.mk"
 .include "../../net/ORBit/buildlink3.mk"
 .include "../../x11/gtk/buildlink3.mk"
+.include "../../x11/libXp/buildlink3.mk"
 .include "../../x11/libXrender/buildlink3.mk"
 CONFIGURE_ARGS+=       --enable-default-toolkit=gtk
 .endif



Home | Main Index | Thread Index | Old Index