diff options
author | dholland <dholland@pkgsrc.org> | 2011-07-03 22:09:41 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2011-07-03 22:09:41 +0000 |
commit | 2931b9f5e8f8df0c92a908b3eb9fe70fca671810 (patch) | |
tree | bb250ba2045c71e5f254fcf850b7d35b233f5435 /audio/terminatorx | |
parent | 362ac800e1c1c6aea85c1879f4d7f779270d016f (diff) | |
download | pkgsrc-2931b9f5e8f8df0c92a908b3eb9fe70fca671810.tar.gz |
Add xf86dgaproto; may fix build with native X.
Diffstat (limited to 'audio/terminatorx')
-rw-r--r-- | audio/terminatorx/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/terminatorx/Makefile b/audio/terminatorx/Makefile index ecc29bd32b0..57d02f2eb4c 100644 --- a/audio/terminatorx/Makefile +++ b/audio/terminatorx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2011/04/22 13:42:59 obache Exp $ +# $NetBSD: Makefile,v 1.24 2011/07/03 22:09:41 dholland Exp $ # DISTNAME= terminatorX-3.82 @@ -40,6 +40,7 @@ SUBST_MESSAGE.oss= Fixing hardcoded audio device. .include "../../mk/omf-scrollkeeper.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../x11/libXxf86dga/buildlink3.mk" +.include "../../x11/xf86dgaproto/buildlink3.mk" .include "../../mk/oss.buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" |