diff options
author | wiz <wiz@pkgsrc.org> | 2006-05-12 18:08:55 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-05-12 18:08:55 +0000 |
commit | 646975b70f939bd0ebed3d77c894b4f8fe81b328 (patch) | |
tree | 9dd03342d04319c8e36b88fbb72f2aaa19c33ab3 /editors | |
parent | ee7b3962cdef5fe57ee092b2c06788271360e44a (diff) | |
download | pkgsrc-646975b70f939bd0ebed3d77c894b4f8fe81b328.tar.gz |
Add USE_LANGUAGES+=c++. Fromn Ryu HAYASAKA in PR 33471.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/dasher/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/dasher/Makefile b/editors/dasher/Makefile index a93833b3eb3..d0e7550860e 100644 --- a/editors/dasher/Makefile +++ b/editors/dasher/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2006/04/28 13:45:10 joerg Exp $ +# $NetBSD: Makefile,v 1.29 2006/05/12 18:08:55 wiz Exp $ # DISTNAME= dasher-4.0.0 @@ -13,6 +13,7 @@ COMMENT= Easy typing without using keyboard GNU_CONFIGURE= yes USE_DIRS+= gnome2-1.5 +USE_LANGUAGES+= c++ USE_LIBTOOL= yes USE_TOOLS+= gmake pkg-config USE_PKGLOCALEDIR= yes |