diff options
-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 |