diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-02 13:38:53 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-02 13:38:53 +0000 |
commit | 7a23280070ff9de6b1d67167dcf48c8220f4156d (patch) | |
tree | 1cae4266de62aa10a617016e26636b2ccb47756d /textproc | |
parent | e42ee064c5640f8511562f1aaf09cc07cf3971ce (diff) | |
download | pkgsrc-7a23280070ff9de6b1d67167dcf48c8220f4156d.tar.gz |
Uses C++.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/isearch/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/isearch/Makefile b/textproc/isearch/Makefile index 40359cf68e8..7422814dab2 100644 --- a/textproc/isearch/Makefile +++ b/textproc/isearch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/03/04 21:30:46 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2006/06/02 13:38:53 joerg Exp $ DISTNAME= Isearch-1.47.01 PKGNAME= isearch-1.47.01 @@ -11,6 +11,8 @@ COMMENT= Advanced text indexing and searching system GNU_CONFIGURE= yes +USE_LANGUAGES= c c++ + post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/isearch ${INSTALL_DATA} ${WRKSRC}/TUTORIAL ${PREFIX}/share/doc/isearch |