summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-08-04 09:52:54 +0000
committerwiz <wiz@pkgsrc.org>2005-08-04 09:52:54 +0000
commite63beca42501eb2e96f8b1a78e3985f7d84036ff (patch)
tree1ba288f50ca85f0c1202f6c14b64096ad1482433 /devel
parent3ba17cdd6b9b46173d0121abc054f0843aa9637d (diff)
downloadpkgsrc-e63beca42501eb2e96f8b1a78e3985f7d84036ff.tar.gz
Automatic build of the cpp library is currently broken,
build it manually.
Diffstat (limited to 'devel')
-rw-r--r--devel/pcre/Makefile4
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