diff options
author | drochner <drochner@pkgsrc.org> | 2009-09-07 18:42:39 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2009-09-07 18:42:39 +0000 |
commit | 9b2d6e3eeefa35c4a73e21fb1469bc9f347d6382 (patch) | |
tree | f590c38e5ea439477ace57417303ae85b5f3cc98 /x11 | |
parent | 1bb60db2aa52a2e3a664b3a95a2398ba838575e8 (diff) | |
download | pkgsrc-9b2d6e3eeefa35c4a73e21fb1469bc9f347d6382.tar.gz |
don't propagate the "cups" dependency, this is nut referenced by
the exported libraries
(according to the CVS log, this was only to work around spurious db4
dependencies which are hopefully fixed by my last change to db4/bl3)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gtk2/buildlink3.mk | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/x11/gtk2/buildlink3.mk b/x11/gtk2/buildlink3.mk index e580c1acccb..544405470f2 100644 --- a/x11/gtk2/buildlink3.mk +++ b/x11/gtk2/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.42 2009/08/26 19:56:52 sno Exp $ +# $NetBSD: buildlink3.mk,v 1.43 2009/09/07 18:42:39 drochner Exp $ BUILDLINK_TREE+= gtk2 @@ -22,10 +22,6 @@ pkgbase := gtk2 .include "../../x11/libXi/buildlink3.mk" .endif -.if !empty(PKG_BUILD_OPTIONS.gtk2:Mcups) -.include "../../print/cups/buildlink3.mk" -.endif - .include "../../devel/atk/buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/glib2/buildlink3.mk" |