diff options
author | joerg <joerg@pkgsrc.org> | 2006-05-11 14:07:51 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-05-11 14:07:51 +0000 |
commit | 556fb0aafc3ec1cea876324eafc544d222b6eaaa (patch) | |
tree | d3a7654a2224b33fcd609db13f114b60dc2a0d66 /inputmethod/unicon-im | |
parent | 15a6309f92c660eb520487d5e2fd83401b45fe3d (diff) | |
download | pkgsrc-556fb0aafc3ec1cea876324eafc544d222b6eaaa.tar.gz |
Uses C++.
Diffstat (limited to 'inputmethod/unicon-im')
-rw-r--r-- | inputmethod/unicon-im/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/inputmethod/unicon-im/Makefile b/inputmethod/unicon-im/Makefile index ab722143360..cc2de697e3b 100644 --- a/inputmethod/unicon-im/Makefile +++ b/inputmethod/unicon-im/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/02/05 23:09:43 joerg Exp $ +# $NetBSD: Makefile,v 1.15 2006/05/11 14:15:10 joerg Exp $ DISTNAME= unicon-1.2 PKGNAME= unicon-im-1.2 @@ -10,6 +10,7 @@ MAINTAINER= rxg@NetBSD.org HOMEPAGE= http://www.opencjk.org/~yumj/project-chinput.html COMMENT= Libraries and modules of Unicon +USE_LANGUAGES= c c++ USE_LIBTOOL= YES GNU_CONFIGURE= YES |