diff options
author | schwarz <schwarz@pkgsrc.org> | 2006-02-26 13:48:31 +0000 |
---|---|---|
committer | schwarz <schwarz@pkgsrc.org> | 2006-02-26 13:48:31 +0000 |
commit | 918ff2e4eeb81ad0130bfe5eb01f50769431fa2a (patch) | |
tree | 5aa331ef00e5f68360053e0ea9af5a2e7e522295 /textproc/libunicode/Makefile | |
parent | 87d19c1871f53b7ab9a77f776e4ab0c112724311 (diff) | |
download | pkgsrc-918ff2e4eeb81ad0130bfe5eb01f50769431fa2a.tar.gz |
uses both C and C++
Diffstat (limited to 'textproc/libunicode/Makefile')
-rw-r--r-- | textproc/libunicode/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/libunicode/Makefile b/textproc/libunicode/Makefile index 84a61e64e3e..b7dc544cc04 100644 --- a/textproc/libunicode/Makefile +++ b/textproc/libunicode/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/04/11 21:47:36 tv Exp $ +# $NetBSD: Makefile,v 1.11 2006/02/26 13:51:16 schwarz Exp $ # DISTNAME= libunicode-0.4 @@ -10,6 +10,7 @@ MAINTAINER= rh@NetBSD.org HOMEPAGE= http://www.pango.org/ COMMENT= Library for manipulating Unicode characters and strings +USE_LANGUAGES= c c++ GNU_CONFIGURE= YES USE_LIBTOOL= YES |