diff options
author | drochner <drochner> | 2008-01-16 11:11:23 +0000 |
---|---|---|
committer | drochner <drochner> | 2008-01-16 11:11:23 +0000 |
commit | bf81b557a8855b573bb1e4b4ab463e163387406c (patch) | |
tree | c6306d43fcce2a2f6097e9e4e059e41ed72f6d61 /emulators/vice/Makefile | |
parent | 6cc2797328c2cd612a3c75f9a1304c3d6f7c0b34 (diff) | |
download | pkgsrc-bf81b557a8855b573bb1e4b4ab463e163387406c.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/Makefile | 8 |
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" |