pkgsrc/x11/kdebase3/buildlink3.mk
markd a2380ac3f9 bl3ify and update to kde3.2.2.
Changes:
* kappfinder: Fixed button order
* kdesktop: Fix switching desktops incurrs (seemingly) unrequired cpu load
* konqueror: Fix textposition of bookmark toolbar not saved
* konqueror: Fix [testcase] HTTP-EQUIV="refresh" not working with weird
  formating.
* konqueror (khtml): Fix When dragging a URL link with an image, the image
  is pasted and not the link URL
* konqueror (khtml): Basic support for the HTML ACCESSKEY attribute.
* konqueror (khtml): Ctrl only suspends Shift+arrows scrolling.
* konqueror (khtml event): Fix dragging an attachment icon to desktop copies
  icon!
* konqueror: No "Actions" submenu with only one entry
* konqueror: Shift inverses "open tabs in background" setting for
  Ctrl+left mouse button and "Open in New Tab" in context menu
* kicker: Fix tooltips sometimes not disappearing.
* konsole: Added support for Scroll Up (SU) and Scroll Down (SD)
* konsole: Better compatibility with xterm/XF86 4.4.0
* konsole: Fixed sending of large blocks
* konsole: Show session menu when you move the mouse.
* Make various scripts install with the executable bit set
* Fix various libraries' install locations and versioning
2004-04-20 12:33:56 +00:00

24 lines
751 B
Makefile

# $NetBSD: buildlink3.mk,v 1.1 2004/04/20 12:33:56 markd Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
KDEBASE_BUILDLINK3_MK:= ${KDEBASE_BUILDLINK3_MK}+
.if !empty(BUILDLINK_DEPTH:M+)
BUILDLINK_DEPENDS+= kdebase
.endif
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nkdebase}
BUILDLINK_PACKAGES+= kdebase
.if !empty(KDEBASE_BUILDLINK3_MK:M+)
BUILDLINK_DEPENDS.kdebase+= kdebase>=3.2.0
BUILDLINK_RECOMMENDED.kdebase?= kdebase>=3.2.2
BUILDLINK_PKGSRCDIR.kdebase?= ../../x11/kdebase3
.endif # KDEBASE_BUILDLINK3_MK
.include "../../databases/openldap/buildlink3.mk"
.include "../../fonts/fontconfig/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../x11/kdelibs3/buildlink3.mk"
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}