diff options
author | joerg <joerg@pkgsrc.org> | 2007-01-15 19:25:22 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-01-15 19:25:22 +0000 |
commit | 499d843d88b26fa39ba48e3df12c6f253ad742b4 (patch) | |
tree | 6763876c7efec832a7285c3250e5f7f8f69e7c2d /www/firefox | |
parent | 70a3abf89e10146af8c82e2fbb7c7e1edf5da511 (diff) | |
download | pkgsrc-499d843d88b26fa39ba48e3df12c6f253ad742b4.tar.gz |
libXp is needed for the gtk1 build.
Diffstat (limited to 'www/firefox')
-rw-r--r-- | www/firefox/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/firefox/Makefile.common b/www/firefox/Makefile.common index 38d93a143f9..e37cdb8e431 100644 --- a/www/firefox/Makefile.common +++ b/www/firefox/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.13 2006/12/27 13:37:42 joerg Exp $ +# $NetBSD: Makefile.common,v 1.14 2007/01/15 19:25:22 joerg Exp $ MOZ_DIST_VER?= ${MOZ_VER} DISTNAME?= mozilla-${MOZ_DIST_VER}-source @@ -62,6 +62,7 @@ CONFIGURE_ARGS+= --enable-default-toolkit=gtk2 --disable-gnomevfs .include "../../graphics/freetype2/buildlink3.mk" .include "../../graphics/gdk-pixbuf/buildlink3.mk" .include "../../net/ORBit/buildlink3.mk" +.include "../../x11/libXp/buildlink3.mk" .include "../../x11/gtk/buildlink3.mk" CONFIGURE_ARGS+= --enable-default-toolkit=gtk .endif |