summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--textproc/grep/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/grep/Makefile b/textproc/grep/Makefile
index 958df81823a..395f7b27052 100644
--- a/textproc/grep/Makefile
+++ b/textproc/grep/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2003/07/17 22:54:16 grant Exp $
+# $NetBSD: Makefile,v 1.10 2003/07/30 17:00:04 grant Exp $
#
DISTNAME= grep-2.5.1
@@ -18,6 +18,8 @@ TEXINFO_REQD= 4.0
GNU_CONFIGURE= YES
+CONFIGURE_ARGS+= --disable-perl-regexp
+
.include "../../mk/bsd.prefs.mk"
.if defined(GNU_PROGRAM_PREFIX)