summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-07-02 12:13:10 +0000
committerjmmv <jmmv@pkgsrc.org>2003-07-02 12:13:10 +0000
commitb360de006750001bc228083ba940c70e6ceed032 (patch)
treec48e976036292c00ae2f3ede738bcfd83f024fdf /x11
parentc14d91c92b98cc2f5ff6e6f50a625341ff1920ce (diff)
downloadpkgsrc-b360de006750001bc228083ba940c70e6ceed032.tar.gz
Fix typo: CONFIGUE_ARGS -> CONFIGURE_ARGS.
Diffstat (limited to 'x11')
-rw-r--r--x11/aterm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/aterm/Makefile b/x11/aterm/Makefile
index ea9bd2264f7..2363e649b86 100644
--- a/x11/aterm/Makefile
+++ b/x11/aterm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2003/01/02 05:55:12 hubertf Exp $
+# $NetBSD: Makefile,v 1.11 2003/07/02 12:13:10 jmmv Exp $
#
DISTNAME= aterm-0.4.2
@@ -35,7 +35,7 @@ CONFIGURE_ARGS+=--enable-background-image \
--enable-wtmp
.if defined(ATERM_USE_XTERM_SCROLL) && ${ATERM_USE_XTERM_SCROLL} != NO
-CONFIGUE_ARGS+=--enable-xterm-scroll
+CONFIGURE_ARGS+=--enable-xterm-scroll
.endif
.if defined(ATERM_USE_KANJI) && ${ATERM_USE_KANJI} != NO