diff options
author | snj <snj@pkgsrc.org> | 2004-04-11 08:32:04 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-11 08:32:04 +0000 |
commit | c9e44fd776869f9eea7008cc7395d5d8751c9a8e (patch) | |
tree | 38c7eb20bf72091572bfb87c53b1cd24f1c0cbbb /editors | |
parent | 1a717549cb7f3a57fa503ff4522a29248b73c74e (diff) | |
download | pkgsrc-c9e44fd776869f9eea7008cc7395d5d8751c9a8e.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/yudit/Makefile | 6 |
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" |