From aeb8bf7eab6c549cf4265dd05012c70d3e4d4b20 Mon Sep 17 00:00:00 2001 From: sakamoto Date: Thu, 26 Aug 1999 05:02:15 +0000 Subject: default XAW_TYPE is standard. adapt xaw scrollbar patch with XAW_TYPE. --- x11/kterm/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'x11/kterm') diff --git a/x11/kterm/Makefile b/x11/kterm/Makefile index 2138f29e215..8e1ead3b79e 100644 --- a/x11/kterm/Makefile +++ b/x11/kterm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1999/08/25 13:37:36 agc Exp $ +# $NetBSD: Makefile,v 1.3 1999/08/26 05:02:15 sakamoto Exp $ DISTNAME= kterm-6.2.0 CATEGORIES= x11 @@ -17,7 +17,7 @@ USE_XAW= yes .include "../../mk/bsd.prefs.mk" -XAW_TYPE?= 3d +XAW_TYPE?= standard .if defined(USE_WALLPAPER) && ${USE_WALLPAPER} == YES DEPENDS+= xpm-3.4k:../../graphics/xpm @@ -26,8 +26,8 @@ PATCHFILES+= KTerm-BGP-1.0.patch.gz .endif post-patch: -.if defined(USE_XAW3DLIB) - @${ECHO_MSG} "===> Applying Xaw3d scrollbar patch" +.if ${XAW_TYPE} != "standard" + @${ECHO_MSG} "===> Applying Xaw scrollbar patch" @${PATCH} ${PATCH_ARGS} < ${FILESDIR}/patch-xaw3d .endif -- cgit v1.2.3