summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorsnj <snj>2004-04-11 08:32:04 +0000
committersnj <snj>2004-04-11 08:32:04 +0000
commit49ec6c5e7cb9711bcaaff61859dab2c3ff004594 (patch)
tree38c7eb20bf72091572bfb87c53b1cd24f1c0cbbb /editors
parent33d7c58654df400c7a43865628eafabd163ef7bc (diff)
downloadpkgsrc-49ec6c5e7cb9711bcaaff61859dab2c3ff004594.tar.gz
Convert to buildlink3.
Diffstat (limited to 'editors')
-rw-r--r--editors/yudit/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/yudit/Makefile b/editors/yudit/Makefile
index 61f2f2faa46..751186f7b2f 100644
--- a/editors/yudit/Makefile
+++ b/editors/yudit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/02/05 10:09:03 grant Exp $
+# $NetBSD: Makefile,v 1.12 2004/04/11 08:33:10 snj Exp $
#
DISTNAME= yudit-2.7.6
@@ -9,7 +9,7 @@ MAINTAINER= wulf@NetBSD.org
HOMEPAGE= http://yudit.org/
COMMENT= Unicode Text Editor
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
USE_GNU_TOOLS+= make
USE_LANGUAGES= c c++
USE_X11= yes
@@ -17,5 +17,5 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-x
-.include "../../graphics/freetype-lib/buildlink2.mk"
+.include "../../graphics/freetype-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"