diff options
Diffstat (limited to 'devel/pcre/Makefile')
-rw-r--r-- | devel/pcre/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/pcre/Makefile b/devel/pcre/Makefile index 862a4c61b933..868fe9e424d1 100644 --- a/devel/pcre/Makefile +++ b/devel/pcre/Makefile @@ -19,8 +19,7 @@ COMMENT= Perl Compatible Regular Expressions library USE_BZIP2= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes -CONFIGURE_ARGS= --mandir=${PREFIX}/man --enable-utf8 \ - --enable-unicode-properties +CONFIGURE_ARGS= --enable-utf8 --enable-unicode-properties CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} .if !defined(NOPORTDOCS) |