summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrant <grant>2003-07-30 17:00:04 +0000
committergrant <grant>2003-07-30 17:00:04 +0000
commitffd6a15ab18976ff7e6cb0316d637b5f2f3ffda7 (patch)
treeee982b434971dd661fe16b08f3037f76e74626a0
parent93235018cac1ceaae50138e4659160d79910d001 (diff)
downloadpkgsrc-ffd6a15ab18976ff7e6cb0316d637b5f2f3ffda7.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.
-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)