pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/vice bl3 libXrandr et al. so that we get ful...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f7a5acce9ef9
branches:  trunk
changeset: 537805:f7a5acce9ef9
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Wed Jan 16 11:11:23 2008 +0000

description:
bl3 libXrandr et al. so that we get fullscreen support with modular-xorg
bump PKGREVISION
approved by Krister Walfridsson

diffstat:

 emulators/vice/Makefile |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r 7e06631665ec -r f7a5acce9ef9 emulators/vice/Makefile
--- a/emulators/vice/Makefile   Wed Jan 16 07:54:49 2008 +0000
+++ b/emulators/vice/Makefile   Wed Jan 16 11:11:23 2008 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.76 2007/09/21 13:03:41 wiz Exp $
+# $NetBSD: Makefile,v 1.77 2008/01/16 11:11:23 drochner Exp $
 #
 
 DISTNAME=              vice-1.22
-PKGREVISION=           2
+PKGREVISION=           3
 CATEGORIES=            emulators
 MASTER_SITES=          ftp://ftp.zimmers.net/pub/cbm/crossplatform/emulators/VICE/ \
                        http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE/
@@ -45,5 +45,7 @@
 .include "../../x11/libXaw/buildlink3.mk"
 .include "../../x11/libXpm/buildlink3.mk"
 .include "../../x11/libXt/buildlink3.mk"
-
+.include "../../x11/libXrandr/buildlink3.mk"
+.include "../../x11/libXxf86dga/buildlink3.mk"
+.include "../../x11/libXxf86vm/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index