diff options
author | martti <martti@pkgsrc.org> | 2005-03-30 07:04:05 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2005-03-30 07:04:05 +0000 |
commit | 41c35b1679ed7904b8a046ca9a9da2ebfbbec321 (patch) | |
tree | fd3ce89a6a3e50debcf127800649d697228407b0 /x11/xfce4-clipman-plugin | |
parent | b3547cac858f1ac1894e7a0f85d688c18cc55aa6 (diff) | |
download | pkgsrc-41c35b1679ed7904b8a046ca9a9da2ebfbbec321.tar.gz |
Fix xfce4 build problems
- make libxfce4gui depend on startup-notification
- rebuild the buildlink3.mk files to catch the new dependencies
Diffstat (limited to 'x11/xfce4-clipman-plugin')
-rw-r--r-- | x11/xfce4-clipman-plugin/buildlink3.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/xfce4-clipman-plugin/buildlink3.mk b/x11/xfce4-clipman-plugin/buildlink3.mk index 2cd61b88aa0..c08c0b8699f 100644 --- a/x11/xfce4-clipman-plugin/buildlink3.mk +++ b/x11/xfce4-clipman-plugin/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.4 2004/10/08 06:23:36 martti Exp $ +# $NetBSD: buildlink3.mk,v 1.5 2005/03/30 07:04:06 martti Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ XFCE4_CLIPMAN_PLUGIN_BUILDLINK3_MK:= ${XFCE4_CLIPMAN_PLUGIN_BUILDLINK3_MK}+ @@ -12,7 +12,6 @@ BUILDLINK_PACKAGES+= xfce4-clipman-plugin .if !empty(XFCE4_CLIPMAN_PLUGIN_BUILDLINK3_MK:M+) BUILDLINK_DEPENDS.xfce4-clipman-plugin+= xfce4-clipman-plugin>=0.4.1 -BUILDLINK_RECOMMENDED.xfce4-clipman-plugin+= xfce4-clipman-plugin>=0.4.1 BUILDLINK_PKGSRCDIR.xfce4-clipman-plugin?= ../../x11/xfce4-clipman-plugin .endif # XFCE4_CLIPMAN_PLUGIN_BUILDLINK3_MK |