diff options
author | wiz <wiz> | 2005-08-04 09:52:54 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-08-04 09:52:54 +0000 |
commit | ec3b690d43c010657ce0648a6cdaacc5637df48f (patch) | |
tree | 1ba288f50ca85f0c1202f6c14b64096ad1482433 /devel/pcre | |
parent | 90a9c08ed5049719b43e8bd62270087f72a4c0cc (diff) | |
download | pkgsrc-ec3b690d43c010657ce0648a6cdaacc5637df48f.tar.gz |
Automatic build of the cpp library is currently broken,
build it manually.
Diffstat (limited to 'devel/pcre')
-rw-r--r-- | devel/pcre/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/pcre/Makefile b/devel/pcre/Makefile index cd01d4dc5ae..4601b2684cc 100644 --- a/devel/pcre/Makefile +++ b/devel/pcre/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2005/08/03 17:43:13 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2005/08/04 09:52:54 wiz Exp $ DISTNAME= pcre-6.2 CATEGORIES= devel @@ -12,6 +12,8 @@ COMMENT= Perl Compatible Regular Expressions library PKG_INSTALLATION_TYPES= overwrite pkgviews +BUILD_TARGET= all libpcrecpp.la pcrecpp_unittest \ + pcre_scanner_unittest pcre_stringpiece_unittest GNU_CONFIGURE= yes USE_LANGUAGES= c c++ USE_LIBTOOL= yes |