diff options
author | heinz <heinz@pkgsrc.org> | 2003-11-04 20:52:47 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2003-11-04 20:52:47 +0000 |
commit | c80e357c6a76dbb81c3abb1dfbc174a585567a66 (patch) | |
tree | 286d2f7e70829331db70e2e62822dfdcf24ea935 | |
parent | acee32403f3857ae07fbd609ee3234a2a23db7bc (diff) | |
download | pkgsrc-c80e357c6a76dbb81c3abb1dfbc174a585567a66.tar.gz |
Using GNU configure lets this work on Solaris as well
-rw-r--r-- | net/x2vnc/Makefile | 5 | ||||
-rw-r--r-- | net/x2vnc/PLIST | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/net/x2vnc/Makefile b/net/x2vnc/Makefile index 70340840a63..e000eb989d1 100644 --- a/net/x2vnc/Makefile +++ b/net/x2vnc/Makefile @@ -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 @@ MAINTAINER= mike@ethmoid.org 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 --git a/net/x2vnc/PLIST b/net/x2vnc/PLIST index 7b13a91efac..e3142a4d45e 100644 --- a/net/x2vnc/PLIST +++ b/net/x2vnc/PLIST @@ -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 |