diff options
author | Jason Unovitch <junovitch@FreeBSD.org> | 2016-07-06 00:39:12 +0000 |
---|---|---|
committer | Jason Unovitch <junovitch@FreeBSD.org> | 2016-07-06 00:39:12 +0000 |
commit | 8ed62523675fe329faccef0581abcee435c00aac (patch) | |
tree | 0fce0e90e05d4cbdf03805c5f84bdfeb6ebe6312 /devel | |
parent | 6b2ed8b02c5bd3b96ad471306a86b3928ac4f86f (diff) |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pcre/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/pcre/Makefile b/devel/pcre/Makefile index e70df30d81b1..e787ff267dc9 100644 --- a/devel/pcre/Makefile +++ b/devel/pcre/Makefile @@ -15,7 +15,7 @@ COMMENT= Perl Compatible Regular Expressions library LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENCE -USES= libtool pathfix tar:bzip2 +USES= cpe libtool pathfix tar:bzip2 USE_LDCONFIG= yes GNU_CONFIGURE= yes |