summaryrefslogtreecommitdiff
path: root/textproc/grep
diff options
context:
space:
mode:
authorgrant <grant>2003-07-30 17:00:04 +0000
committergrant <grant>2003-07-30 17:00:04 +0000
commitb35b9190c396f8bde5d83533cac53f9ec931ee12 (patch)
treeee982b434971dd661fe16b08f3037f76e74626a0 /textproc/grep
parent8453b3f07dda447ddb0586bcd554cd03637bb3df (diff)
downloadpkgsrc-b35b9190c396f8bde5d83533cac53f9ec931ee12.tar.gz
explicitly disable pcre support as it was never enabled.
fixes build on systems which have libpcre installed as the configure script's detection of it is slightly broken.
Diffstat (limited to 'textproc/grep')
-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)