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