summaryrefslogtreecommitdiff
path: root/editors/yudit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/yudit/Makefile')
-rw-r--r--editors/yudit/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/editors/yudit/Makefile b/editors/yudit/Makefile
index 91028341205..32f959453ec 100644
--- a/editors/yudit/Makefile
+++ b/editors/yudit/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2002/10/10 00:05:41 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2003/02/23 03:19:54 salo Exp $
#
-DISTNAME= yudit-2.5
+DISTNAME= yudit-2.7.2
CATEGORIES= editors
MASTER_SITES= http://yudit.org/download/
@@ -11,13 +11,10 @@ COMMENT= Unicode Text Editor
USE_BUILDLINK2= yes
USE_GMAKE= yes
-USE_X11BASE= yes
+USE_X11= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --with-x
-CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
-post-configure:
- cd ${WRKSRC}/gui/locale && mv cz cs
+CONFIGURE_ARGS+= --with-x
.include "../../graphics/freetype-lib/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"