pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/x2vnc Using GNU configure lets this work on Solari...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/62807a000c2b
branches:  trunk
changeset: 463280:62807a000c2b
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Tue Nov 04 20:52:47 2003 +0000

description:
Using GNU configure lets this work on Solaris as well

diffstat:

 net/x2vnc/Makefile |  5 +++--
 net/x2vnc/PLIST    |  4 ++--
 2 files changed, 5 insertions(+), 4 deletions(-)

diffs (28 lines):

diff -r f2ce98ef7d24 -r 62807a000c2b net/x2vnc/Makefile
--- a/net/x2vnc/Makefile        Tue Nov 04 20:46:57 2003 +0000
+++ b/net/x2vnc/Makefile        Tue Nov 04 20:52:47 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2003/11/04 07:43:33 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2003/11/04 20:52:47 heinz Exp $
 #
 
 DISTNAME=              x2vnc-1.5.1
@@ -9,7 +9,8 @@
 HOMEPAGE=              http://fredrik.hubbe.net/x2vnc.html
 COMMENT=               Multi-console display using X and VNC
 
-USE_IMAKE=             yes
+GNU_CONFIGURE=         yes
+USE_X11=               yes
 USE_BUILDLINK2=                yes
 
 .include "../../mk/bsd.pkg.mk"
diff -r f2ce98ef7d24 -r 62807a000c2b net/x2vnc/PLIST
--- a/net/x2vnc/PLIST   Tue Nov 04 20:46:57 2003 +0000
+++ b/net/x2vnc/PLIST   Tue Nov 04 20:52:47 2003 +0000
@@ -1,3 +1,3 @@
-@comment $NetBSD: PLIST,v 1.3 2003/03/03 02:56:00 jschauma Exp $
+@comment $NetBSD: PLIST,v 1.4 2003/11/04 20:52:47 heinz Exp $
 bin/x2vnc
-${IMAKE_MAN_DIR}/x2vnc.${IMAKE_MANNEWSUFFIX}
+man/man1/x2vnc.1



Home | Main Index | Thread Index | Old Index