diff options
author | dholland <dholland> | 2011-07-05 01:33:25 +0000 |
---|---|---|
committer | dholland <dholland> | 2011-07-05 01:33:25 +0000 |
commit | 8102a587d0003220d6d91f94a029a283532ac04c (patch) | |
tree | 1d31c045f165c937bc89d89264c96c131fd1091c /emulators/xhomer | |
parent | 70d230839a3a78a452f260c36a6474f4d2819364 (diff) | |
download | pkgsrc-8102a587d0003220d6d91f94a029a283532ac04c.tar.gz |
Add xf86dgaproto to hopefully fix -5 native X failure.
Diffstat (limited to 'emulators/xhomer')
-rw-r--r-- | emulators/xhomer/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/xhomer/Makefile b/emulators/xhomer/Makefile index a1e88b0c5cf..a4b1d6a58e7 100644 --- a/emulators/xhomer/Makefile +++ b/emulators/xhomer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2008/12/06 13:10:34 obache Exp $ +# $NetBSD: Makefile,v 1.3 2011/07/05 01:34:59 dholland Exp $ DISTNAME= xhomer-9-16-06 PKGNAME= xhomer-9.16.06 @@ -31,5 +31,6 @@ do-install: .include "../../x11/libX11/buildlink3.mk" .include "../../x11/libXext/buildlink3.mk" .include "../../x11/libXxf86dga/buildlink3.mk" +.include "../../x11/xf86dgaproto/buildlink3.mk" .include "../../x11/xextproto/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |