From b98403cc43c51d0459eb185e2881656bbee0fdd9 Mon Sep 17 00:00:00 2001 From: naddy Date: Thu, 17 Oct 2002 20:31:28 +0000 Subject: [PATCH] un-clobber --- x11/xvkbd/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/x11/xvkbd/Makefile b/x11/xvkbd/Makefile index 3937b94b88a..2bde6d2d8be 100644 --- a/x11/xvkbd/Makefile +++ b/x11/xvkbd/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.1.1.2 2002/10/16 21:45:43 pvalchev Exp $ +# $OpenBSD: Makefile,v 1.2 2002/10/17 20:31:28 naddy Exp $ COMMENT= "xvkbd - virtual keyboard for X window system" -VERSION= 2.4 -DISTNAME= xvkbd-$(VERSION) + +DISTNAME= xvkbd-2.4 CATEGORIES= x11 HOMEPAGE= http://member.nifty.ne.jp/tsato/xvkbd/ @@ -20,5 +20,6 @@ LIB_DEPENDS= Xaw3d.6::x11/Xaw3d USE_X11= Yes CONFIGURE_STYLE= imake +NO_REGRESS= Yes .include