ff1ddf2e12
- A bunch of OLE fixes and improvements. - DirectSound improvements, including full duplex support. - Fix for the Windows metafile vulnerability. - Many static control improvements. - Some fixes for copy protection support. - Lots of bug fixes.
25 lines
761 B
Makefile
25 lines
761 B
Makefile
# $NetBSD: buildlink3.mk,v 1.4 2006/01/20 14:58:17 adam Exp $
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
|
WINE_BUILDLINK3_MK:= ${WINE_BUILDLINK3_MK}+
|
|
|
|
.if !empty(BUILDLINK_DEPTH:M+)
|
|
BUILDLINK_DEPENDS+= wine
|
|
.endif
|
|
|
|
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nwine}
|
|
BUILDLINK_PACKAGES+= wine
|
|
|
|
.if !empty(WINE_BUILDLINK3_MK:M+)
|
|
BUILDLINK_DEPENDS.wine+= wine>=0.9nb1
|
|
BUILDLINK_PKGSRCDIR.wine?= ../../emulators/wine
|
|
.endif # WINE_BUILDLINK3_MK
|
|
|
|
.include "../../graphics/MesaLib/buildlink3.mk"
|
|
.include "../../graphics/freetype2/buildlink3.mk"
|
|
.include "../../graphics/glu/buildlink3.mk"
|
|
.include "../../graphics/glut/buildlink3.mk"
|
|
.include "../../graphics/jpeg/buildlink3.mk"
|
|
.include "../../graphics/libungif/buildlink3.mk"
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|