diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-04 21:49:54 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-04 21:49:54 +0000 |
commit | a3afa641a8a2ce9e3d266cbe106c1a00e6bfc4a9 (patch) | |
tree | f6984dbf6411227c9e0b006d02e757e3229e1427 /devel/pcre++ | |
parent | de1063e2b2fc007724b5a0ce0a0d2c5b7e0e2392 (diff) | |
download | pkgsrc-a3afa641a8a2ce9e3d266cbe106c1a00e6bfc4a9.tar.gz |
Uses C++. Keep C for the sake of autoconf.
Diffstat (limited to 'devel/pcre++')
-rw-r--r-- | devel/pcre++/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/pcre++/Makefile b/devel/pcre++/Makefile index 46add67160f..17ab82a474d 100644 --- a/devel/pcre++/Makefile +++ b/devel/pcre++/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/03/04 21:29:26 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2006/06/04 21:49:54 joerg Exp $ # DISTNAME= pcre++-0.9.5 @@ -10,6 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= ftp://ftp.daemon.de/scip/Apps/pcre++/ COMMENT= Wrapper class around the pcre library +USE_LANGUAGES= c c++ USE_LIBTOOL= yes GNU_CONFIGURE= yes |