diff options
author | tron <tron@pkgsrc.org> | 2004-03-16 08:39:29 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2004-03-16 08:39:29 +0000 |
commit | 20bf5d42d100a8bdeee858f206bc8aa6717a9d80 (patch) | |
tree | e4557d62deae54e5d234d9b5512efedfb210c24a /print | |
parent | dbe375ec887a73ec6a4563db3f7ecc7bf661666e (diff) | |
download | pkgsrc-20bf5d42d100a8bdeee858f206bc8aa6717a9d80.tar.gz |
Include "db4" buildlink2 glue code to fix build problem. Bump package
revision because of this.
Diffstat (limited to 'print')
-rw-r--r-- | print/gnome-print/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/gnome-print/Makefile b/print/gnome-print/Makefile index a690a89c5e1..86b2654e233 100644 --- a/print/gnome-print/Makefile +++ b/print/gnome-print/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.60 2004/02/14 17:21:50 jlam Exp $ -# +# $NetBSD: Makefile,v 1.61 2004/03/16 08:39:29 tron Exp $ DISTNAME= gnome-print-0.36 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= print gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-print/0.36/} @@ -21,6 +20,7 @@ CONFIGURE_ARGS+= --without-admin # currently unstable # override HOME to avoid trying to install ${HOME}/.gnome MAKE_ENV+= HOME=${WRKSRC} +.include "../../databases/db4/buildlink2.mk" .include "../../graphics/freetype2/buildlink2.mk" .include "../../graphics/gdk-pixbuf-gnome/buildlink2.mk" .include "../../textproc/libunicode/buildlink2.mk" |