diff options
author | adam <adam@pkgsrc.org> | 2006-01-20 14:58:17 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2006-01-20 14:58:17 +0000 |
commit | ff1ddf2e1293c091fb39fee156aa87f1f8268327 (patch) | |
tree | 01c0f6d76c0804793dbbbb154959d16f10a8417f /emulators/wine/buildlink3.mk | |
parent | 9f1bf308b811564b9f337d0ee8257a067cc1f898 (diff) | |
download | pkgsrc-ff1ddf2e1293c091fb39fee156aa87f1f8268327.tar.gz |
Changes 0.9.6:
- 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.
Diffstat (limited to 'emulators/wine/buildlink3.mk')
-rw-r--r-- | emulators/wine/buildlink3.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/wine/buildlink3.mk b/emulators/wine/buildlink3.mk index d69ffcd97b7..59d89665c6e 100644 --- a/emulators/wine/buildlink3.mk +++ b/emulators/wine/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.3 2006/01/06 15:10:03 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.4 2006/01/20 14:58:17 adam Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ WINE_BUILDLINK3_MK:= ${WINE_BUILDLINK3_MK}+ @@ -22,4 +22,4 @@ BUILDLINK_PKGSRCDIR.wine?= ../../emulators/wine .include "../../graphics/jpeg/buildlink3.mk" .include "../../graphics/libungif/buildlink3.mk" -BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//} +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//} |