diff options
author | wiz <wiz> | 2002-10-09 23:59:49 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-10-09 23:59:49 +0000 |
commit | cb7456ec7bdefe4671b59a0b24e701bd275e1af4 (patch) | |
tree | 7cafbe97ff404ad30146d038c318050ca0caedf4 /editors | |
parent | 372c5bd7c0ed2f835cde14f663f78b9070312a47 (diff) | |
download | pkgsrc-cb7456ec7bdefe4671b59a0b24e701bd275e1af4.tar.gz |
buildlink1 -> buildlink2.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/yudit/Makefile | 9 |
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" |