summaryrefslogtreecommitdiff
path: root/editors/yudit
diff options
context:
space:
mode:
Diffstat (limited to 'editors/yudit')
-rw-r--r--editors/yudit/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/editors/yudit/Makefile b/editors/yudit/Makefile
index be5dd4c223d..91028341205 100644
--- a/editors/yudit/Makefile
+++ b/editors/yudit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2002/04/04 20:09:55 jdolecek Exp $
+# $NetBSD: Makefile,v 1.6 2002/10/10 00:05:41 wiz Exp $
#
DISTNAME= yudit-2.5
@@ -9,10 +9,9 @@ MAINTAINER= wulf@netbsd.org
HOMEPAGE= http://yudit.org/
COMMENT= Unicode Text Editor
-USE_BUILDLINK_ONLY= yes
-
-USE_X11BASE= yes
+USE_BUILDLINK2= yes
USE_GMAKE= yes
+USE_X11BASE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-x
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
@@ -20,5 +19,5 @@ CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
post-configure:
cd ${WRKSRC}/gui/locale && mv cz cs
-.include "../../graphics/freetype-lib/buildlink.mk"
+.include "../../graphics/freetype-lib/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"