diff options
author | wiz <wiz> | 2013-06-03 10:04:30 +0000 |
---|---|---|
committer | wiz <wiz> | 2013-06-03 10:04:30 +0000 |
commit | 08a9e49a609de0757531a4db70fdaf16a761d04d (patch) | |
tree | c266cc6c8e30b3d463c16c59f2bac3a4134d317e /emulators/mame | |
parent | 28fd1d77d7d413632c55a9604e26c96bf93b67af (diff) | |
download | pkgsrc-08a9e49a609de0757531a4db70fdaf16a761d04d.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/mame')
-rw-r--r-- | emulators/mame/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/mame/Makefile b/emulators/mame/Makefile index 89d14ff395e..00c3f980d70 100644 --- a/emulators/mame/Makefile +++ b/emulators/mame/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2013/02/16 11:21:05 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2013/06/03 10:04:55 wiz Exp $ DISTNAME= mame0148s PKGNAME= ${DISTNAME:S/0/-0./:S/s$//} -PKGREVISION= 1 +PKGREVISION= 2 MASTER_SITES= http://mamedev.org/downloader.php?file=releases/ COMMENT= Multiple Arcade Machine Emulator |