diff options
author | joerg <joerg@pkgsrc.org> | 2006-05-10 18:05:51 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-05-10 18:05:51 +0000 |
commit | 5bc36ac6214477b26b931ae16f6a469ccc34b6a4 (patch) | |
tree | aeb640ed6faa9440537a2402a6f756a44752b31b /textproc | |
parent | 7bf214b30d79fbd1371284f0f1d4ac56bde1cb85 (diff) | |
download | pkgsrc-5bc36ac6214477b26b931ae16f6a469ccc34b6a4.tar.gz |
Uses C++.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-ChaSen/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/p5-Text-ChaSen/Makefile b/textproc/p5-Text-ChaSen/Makefile index 6e588cb0128..55704e07929 100644 --- a/textproc/p5-Text-ChaSen/Makefile +++ b/textproc/p5-Text-ChaSen/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2005/08/18 15:46:24 taca Exp $ +# $NetBSD: Makefile,v 1.13 2006/05/10 18:05:51 joerg Exp $ DISTNAME= Text-ChaSen-1.03 PKGNAME= p5-${DISTNAME} @@ -14,6 +14,8 @@ MAINTAINER= kei@NetBSD.org HOMEPAGE= http://www.daionet.gr.jp/~knok/chasen/ COMMENT= Perl5 module to use ChaSen +USE_LANGUAGES= c c++ + PERL5_PACKLIST= auto/Text/ChaSen/.packlist .include "../../textproc/chasen/buildlink3.mk" |