diff options
author | tron <tron> | 2004-03-16 08:57:59 +0000 |
---|---|---|
committer | tron <tron> | 2004-03-16 08:57:59 +0000 |
commit | 3d6e1cf66d9e70af085ca4a2d5be7ede232ecda9 (patch) | |
tree | d6663e6d66a48a0f0ce01b2ef64cae0531c70e13 /print/gnome-print | |
parent | b7e5541a16d52c61cc295198d7bcde734e4c529b (diff) | |
download | pkgsrc-3d6e1cf66d9e70af085ca4a2d5be7ede232ecda9.tar.gz |
Include "db4" buildlink2 glue code to fix build problems in package
depending on this package.
Diffstat (limited to 'print/gnome-print')
-rw-r--r-- | print/gnome-print/buildlink2.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/gnome-print/buildlink2.mk b/print/gnome-print/buildlink2.mk index 85f4b1c7ce5..9a6b97849b3 100644 --- a/print/gnome-print/buildlink2.mk +++ b/print/gnome-print/buildlink2.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink2.mk,v 1.6 2004/01/03 18:49:51 reed Exp $ +# $NetBSD: buildlink2.mk,v 1.7 2004/03/16 08:57:59 tron Exp $ .if !defined(GNOME_PRINT_BUILDLINK2_MK) GNOME_PRINT_BUILDLINK2_MK= # defined @@ -12,6 +12,7 @@ BUILDLINK_PREFIX.gnome-print_DEFAULT= ${X11PREFIX} BUILDLINK_FILES.gnome-print+= include/gnome-1.0/libgnomeprint/* BUILDLINK_FILES.gnome-print+= lib/libgnomeprint.* +.include "../../databases/db4/buildlink2.mk" .include "../../graphics/gdk-pixbuf-gnome/buildlink2.mk" .include "../../textproc/libxml/buildlink2.mk" |