diff options
author | wiz <wiz> | 2013-06-03 10:04:30 +0000 |
---|---|---|
committer | wiz <wiz> | 2013-06-03 10:04:30 +0000 |
commit | 99eb7620927a7982a28e9e4b92b1d498703da006 (patch) | |
tree | c266cc6c8e30b3d463c16c59f2bac3a4134d317e /emulators/wine | |
parent | 0ee0857b713791144fd063a0f594b5230b646898 (diff) | |
download | pkgsrc-99eb7620927a7982a28e9e4b92b1d498703da006.tar.gz |
Bump freetype2 and fontconfig dependencies to current pkgsrc versions,
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.
While doing that, also bump freetype2 dependency to current pkgsrc
version.
Suggested by tron in PR 47882
Diffstat (limited to 'emulators/wine')
-rw-r--r-- | emulators/wine/Makefile | 4 | ||||
-rw-r--r-- | emulators/wine/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 4ea179662e7..d81d2f2e88c 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.175 2013/02/16 11:21:08 wiz Exp $ +# $NetBSD: Makefile,v 1.176 2013/06/03 10:04:55 wiz Exp $ DISTNAME= wine-1.2.3 -PKGREVISION= 12 +PKGREVISION= 13 CATEGORIES= emulators MASTER_SITES= http://ibiblio.org/pub/linux/system/emulators/wine/ \ ${MASTER_SITE_SOURCEFORGE:=wine/} diff --git a/emulators/wine/buildlink3.mk b/emulators/wine/buildlink3.mk index 40bfca9aa6f..49a27812ed4 100644 --- a/emulators/wine/buildlink3.mk +++ b/emulators/wine/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.20 2013/01/26 21:36:23 adam Exp $ +# $NetBSD: buildlink3.mk,v 1.21 2013/06/03 10:04:55 wiz Exp $ BUILDLINK_TREE+= wine @@ -6,7 +6,7 @@ BUILDLINK_TREE+= wine WINE_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.wine+= wine>=1.2.0 -BUILDLINK_ABI_DEPENDS.wine+= wine>=1.2.3nb10 +BUILDLINK_ABI_DEPENDS.wine+= wine>=1.2.3nb13 BUILDLINK_PKGSRCDIR.wine?= ../../emulators/wine pkgbase:= wine |