diff options
author | grant <grant@pkgsrc.org> | 2004-02-05 10:09:03 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-02-05 10:09:03 +0000 |
commit | 9cfdafc2b3a3e232a191f50cf677dc063aa01a17 (patch) | |
tree | f18450df9060a79b8513294ca63323090b168ad6 /editors/yudit | |
parent | 033da3d2202c01162dba51d243e50a01989411e8 (diff) | |
download | pkgsrc-9cfdafc2b3a3e232a191f50cf677dc063aa01a17.tar.gz |
USE_LANGUAGES=c c++
Diffstat (limited to 'editors/yudit')
-rw-r--r-- | editors/yudit/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/yudit/Makefile b/editors/yudit/Makefile index 8a9410d633d..61f2f2faa46 100644 --- a/editors/yudit/Makefile +++ b/editors/yudit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2004/01/22 08:30:30 grant Exp $ +# $NetBSD: Makefile,v 1.11 2004/02/05 10:09:03 grant Exp $ # DISTNAME= yudit-2.7.6 @@ -11,6 +11,7 @@ COMMENT= Unicode Text Editor USE_BUILDLINK2= yes USE_GNU_TOOLS+= make +USE_LANGUAGES= c c++ USE_X11= yes GNU_CONFIGURE= yes |