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 | ada7f1b6119296e9d5c30b53a2ba4c048476afe4 (patch) | |
tree | 38c7eb20bf72091572bfb87c53b1cd24f1c0cbbb /editors/yudit | |
parent | e4a3a2e5a6c57479fc912b15c09dc9eb7101d187 (diff) | |
download | pkgsrc-ada7f1b6119296e9d5c30b53a2ba4c048476afe4.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'editors/yudit')
-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" |