diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-02 17:57:38 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-02 17:57:38 +0000 |
commit | c2ff7cd25002d14a131511ba640f1daa80f4091a (patch) | |
tree | f4065e171c063bc2ab678b9be056a7f428f0f0c8 /x11-misc/x2vnc | |
parent | modernised (diff) | |
download | gentoo-2-c2ff7cd25002d14a131511ba640f1daa80f4091a.tar.gz gentoo-2-c2ff7cd25002d14a131511ba640f1daa80f4091a.tar.bz2 gentoo-2-c2ff7cd25002d14a131511ba640f1daa80f4091a.zip |
modernised
Diffstat (limited to 'x11-misc/x2vnc')
-rw-r--r-- | x11-misc/x2vnc/x2vnc-1.31.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-misc/x2vnc/x2vnc-1.31.ebuild b/x11-misc/x2vnc/x2vnc-1.31.ebuild index a9af6ac3a266..6548fb9213c2 100644 --- a/x11-misc/x2vnc/x2vnc-1.31.ebuild +++ b/x11-misc/x2vnc/x2vnc-1.31.ebuild @@ -1,6 +1,6 @@ # Copyright 2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2vnc/x2vnc-1.31.ebuild,v 1.4 2002/07/11 06:30:58 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2vnc/x2vnc-1.31.ebuild,v 1.5 2002/08/02 17:54:50 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Control a remote computer running VNC from X" @@ -14,8 +14,8 @@ DEPEND="virtual/x11" src_compile() { - xmkmf || die - make || die + xmkmf || die + make || die } |