summaryrefslogtreecommitdiff
path: root/emulators/vice/Makefile
diff options
context:
space:
mode:
authordrochner <drochner>2008-01-16 11:11:23 +0000
committerdrochner <drochner>2008-01-16 11:11:23 +0000
commit345fe5ac994d6e6648fba2a2d7b4acd012d8605f (patch)
treec6306d43fcce2a2f6097e9e4e059e41ed72f6d61 /emulators/vice/Makefile
parentc233d0f3f5e7eb912f7c3610c7f67923ac569e0e (diff)
downloadpkgsrc-345fe5ac994d6e6648fba2a2d7b4acd012d8605f.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/Makefile')
-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"