diff options
author | tnn <tnn> | 2007-10-13 11:44:39 +0000 |
---|---|---|
committer | tnn <tnn> | 2007-10-13 11:44:39 +0000 |
commit | 865d81339153b9449cba0adc1a4259d587568e69 (patch) | |
tree | 6cccaeabcde44b0a39b791028ab647a9b13fe5ad /net/x2vnc/Makefile | |
parent | 56df80cb7944f223d10d0fe66aa62421d990fe9c (diff) | |
download | pkgsrc-865d81339153b9449cba0adc1a4259d587568e69.tar.gz |
Ungrab the pointer on disconnect to avoid ending up with a dead pointer on
some X servers. Bump PKGREVISION.
Diffstat (limited to 'net/x2vnc/Makefile')
-rw-r--r-- | net/x2vnc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/x2vnc/Makefile b/net/x2vnc/Makefile index c2039a64628..582fd7f48d2 100644 --- a/net/x2vnc/Makefile +++ b/net/x2vnc/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.16 2007/01/17 12:12:15 abs Exp $ +# $NetBSD: Makefile,v 1.17 2007/10/13 11:44:39 tnn Exp $ # DISTNAME= x2vnc-1.7.2 +PKGREVISION= 1 CATEGORIES= net x11 MASTER_SITES= http://fredrik.hubbe.net/x2vnc/ @@ -22,4 +23,3 @@ LDFLAGS.SunOS+= -lresolv .include "../../x11/xf86dgaproto/buildlink3.mk" .include "../../x11/xineramaproto/buildlink3.mk" .include "../../mk/bsd.pkg.mk" - |