summaryrefslogtreecommitdiff
path: root/x11/kterm
diff options
context:
space:
mode:
authorsakamoto <sakamoto>1999-08-26 05:02:15 +0000
committersakamoto <sakamoto>1999-08-26 05:02:15 +0000
commit204873f4fbc873fbfd4e9a0a529355d38326f1be (patch)
tree438b6c5519e805792184a50fdfbfd589cc3f97bb /x11/kterm
parent7e76931a7123f0620efa631cc0e48c69fddc089c (diff)
downloadpkgsrc-204873f4fbc873fbfd4e9a0a529355d38326f1be.tar.gz
default XAW_TYPE is standard.
adapt xaw scrollbar patch with XAW_TYPE.
Diffstat (limited to 'x11/kterm')
-rw-r--r--x11/kterm/Makefile8
1 files changed, 4 insertions, 4 deletions
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