diff options
author | rh <rh@pkgsrc.org> | 2005-01-03 03:28:43 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2005-01-03 03:28:43 +0000 |
commit | 079941a62d4670d1507b5cd383b50886f1ff4c5f (patch) | |
tree | b856ce7a6632e3157f773b3597651607f95b2662 /www | |
parent | c496b6a0c470cef56f9526c331226c611e48e771 (diff) | |
download | pkgsrc-079941a62d4670d1507b5cd383b50886f1ff4c5f.tar.gz |
Make this compile:
- patch po/Makefile.in.in (instead of non-existent Makefile.in)
- pull in atk/buildlink3.mk so that atk.pc gets found
Diffstat (limited to 'www')
-rw-r--r-- | www/gtkhtml3/Makefile | 3 | ||||
-rw-r--r-- | www/gtkhtml3/distinfo | 4 | ||||
-rw-r--r-- | www/gtkhtml3/patches/patch-ab | 12 |
3 files changed, 10 insertions, 9 deletions
diff --git a/www/gtkhtml3/Makefile b/www/gtkhtml3/Makefile index 0548b042006..fb9ca693a04 100644 --- a/www/gtkhtml3/Makefile +++ b/www/gtkhtml3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2004/12/28 21:43:12 jmmv Exp $ +# $NetBSD: Makefile,v 1.17 2005/01/03 03:28:43 rh Exp $ # DISTNAME= gtkhtml-3.2.4 @@ -18,6 +18,7 @@ USE_LIBTOOL= yes PKGCONFIG_OVERRIDE+= src/libgtkhtml.pc.in GNU_CONFIGURE= yes +.include "../../devel/atk/buildlink3.mk" .include "../../devel/gail/buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/libbonoboui/buildlink3.mk" diff --git a/www/gtkhtml3/distinfo b/www/gtkhtml3/distinfo index a29b82074df..cb7fe8cbec8 100644 --- a/www/gtkhtml3/distinfo +++ b/www/gtkhtml3/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2004/12/28 21:43:12 jmmv Exp $ +$NetBSD: distinfo,v 1.7 2005/01/03 03:28:43 rh Exp $ SHA1 (gtkhtml-3.2.4.tar.bz2) = 91b597a38909bddf12de410d45d8f3dc46e95959 Size (gtkhtml-3.2.4.tar.bz2) = 1311427 bytes SHA1 (patch-aa) = ada12e6ddc5519c49742d652cd2643b3a7cc1983 -SHA1 (patch-ab) = 2cd0a6c07e75312d0f88133d2d4bc89d52434fbc +SHA1 (patch-ab) = 15e8d5d5ff60a35b3a93fae7026ddb2ea5d03b37 diff --git a/www/gtkhtml3/patches/patch-ab b/www/gtkhtml3/patches/patch-ab index 189e5ee140b..14b0de2296a 100644 --- a/www/gtkhtml3/patches/patch-ab +++ b/www/gtkhtml3/patches/patch-ab @@ -1,12 +1,12 @@ -$NetBSD: patch-ab,v 1.1 2004/12/28 21:43:12 jmmv Exp $ +$NetBSD: patch-ab,v 1.2 2005/01/03 03:28:43 rh Exp $ ---- po/Makefile.in.orig 2004-12-28 22:12:18.000000000 +0100 -+++ po/Makefile.in -@@ -33,6 +33,7 @@ gnulocaledir = /usr/pkg/share/locale +--- po/Makefile.in.in.orig 2004-12-07 02:53:16.000000000 +1000 ++++ po/Makefile.in.in +@@ -33,6 +33,7 @@ gnulocaledir = $(datadir)/locale gettextsrcdir = $(datadir)/glib-2.0/gettext/po subdir = po +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - INSTALL = /usr/bin/install -c -o root -g wheel - INSTALL_DATA = install -c -o root -g wheel -m 444 + INSTALL = @INSTALL@ + INSTALL_DATA = @INSTALL_DATA@ |