pcre dependency; noticed by Felipe Kellermann <stdfk@terra.com.br>
This commit is contained in:
parent
fe1af6ad13
commit
92be450a31
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2003/07/06 17:16:32 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2003/12/23 23:21:12 naddy Exp $
|
||||
|
||||
COMMENT= GNU versions of grep pattern matching utilities
|
||||
|
||||
DISTNAME= grep-2.5.1
|
||||
PKGNAME= g${DISTNAME}
|
||||
PKGNAME= g${DISTNAME}p0
|
||||
CATEGORIES= sysutils
|
||||
HOMEPAGE= http://www.gnu.org/software/grep/grep.html
|
||||
|
||||
@ -18,8 +18,9 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
MASTER_SITES= ${MASTER_SITE_GNU:=grep/}
|
||||
|
||||
MODULES= gettext
|
||||
LIB_DEPENDS= pcre.0::devel/pcre
|
||||
|
||||
SEPARATE_BUILD= concurrent
|
||||
SEPARATE_BUILD= simple
|
||||
CONFIGURE_STYLE=gnu
|
||||
CONFIGURE_ARGS= --program-prefix=g
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
|
11
sysutils/ggrep/patches/patch-doc_grep_1
Normal file
11
sysutils/ggrep/patches/patch-doc_grep_1
Normal file
@ -0,0 +1,11 @@
|
||||
$OpenBSD: patch-doc_grep_1,v 1.1 2003/12/23 23:21:12 naddy Exp $
|
||||
--- doc/grep.1.orig 2003-12-23 16:37:10.000000000 +0100
|
||||
+++ doc/grep.1 2003-12-23 16:37:37.000000000 +0100
|
||||
@@ -191,6 +191,7 @@ Interpret
|
||||
.I PATTERN
|
||||
as a list of fixed strings, separated by newlines,
|
||||
any of which is to be matched.
|
||||
+.TP
|
||||
.BR \-P ", " \-\^\-perl-regexp
|
||||
Interpret
|
||||
.I PATTERN
|
Loading…
x
Reference in New Issue
Block a user