summaryrefslogtreecommitdiff
path: root/net/x2vnc/Makefile
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2009-04-17 16:19:27 +0000
committerabs <abs@pkgsrc.org>2009-04-17 16:19:27 +0000
commit662d3efb4d059c3b666d46a01f49d2dd797cd92e (patch)
tree1787b61c1b1e7aaf1e27157323f75123059a164d /net/x2vnc/Makefile
parent47627dd3444f4870610f869e644b565bf12fe359 (diff)
downloadpkgsrc-662d3efb4d059c3b666d46a01f49d2dd797cd92e.tar.gz
add dga option (defaulted on) - no change in default behaviour
using the radeonhd driver on a thinkpad 60p x2nvc with dga enabled aborts as soon as the mouse cursor is moved onto the remote vnc screen.
Diffstat (limited to 'net/x2vnc/Makefile')
-rw-r--r--net/x2vnc/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/x2vnc/Makefile b/net/x2vnc/Makefile
index d811f3981fc..f2505232d7d 100644
--- a/net/x2vnc/Makefile
+++ b/net/x2vnc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2008/06/20 01:09:32 joerg Exp $
+# $NetBSD: Makefile,v 1.19 2009/04/17 16:19:27 abs Exp $
#
DISTNAME= x2vnc-1.7.2
@@ -15,13 +15,13 @@ PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
LDFLAGS.SunOS+= -lresolv
+.include "options.mk"
+
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXScrnSaver/buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/libXinerama/buildlink3.mk"
.include "../../x11/libXrandr/buildlink3.mk"
-.include "../../x11/libXxf86dga/buildlink3.mk"
.include "../../x11/scrnsaverproto/buildlink3.mk"
-.include "../../x11/xf86dgaproto/buildlink3.mk"
.include "../../x11/xineramaproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"