summaryrefslogtreecommitdiff
path: root/emulators/vice
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2008-01-16 11:11:23 +0000
committerdrochner <drochner@pkgsrc.org>2008-01-16 11:11:23 +0000
commitb94a2e803e2ff518bc76f97d8b105673497406c4 (patch)
treec6306d43fcce2a2f6097e9e4e059e41ed72f6d61 /emulators/vice
parentcd0f8f2f3feec2e527eecdd5e608209380fb9b1c (diff)
downloadpkgsrc-b94a2e803e2ff518bc76f97d8b105673497406c4.tar.gz
bl3 libXrandr et al. so that we get fullscreen support with modular-xorg
bump PKGREVISION approved by Krister Walfridsson
Diffstat (limited to 'emulators/vice')
-rw-r--r--emulators/vice/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile
index cb207ab60ab..4d078e834c8 100644
--- a/emulators/vice/Makefile
+++ b/emulators/vice/Makefile
@@ -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 @@ CONFIGURE_ARGS+= --without-oss
.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"