diff options
author | jlam <jlam@pkgsrc.org> | 2002-09-21 11:29:11 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-09-21 11:29:11 +0000 |
commit | a5171d8755807091deeeaafa28a376ac058a64e1 (patch) | |
tree | e6d27a4117962c2e5f1941548c039ec2c94e33dd /editors | |
parent | 34eea5a75eb59c4c2063925199f9bb95d3062c1b (diff) | |
download | pkgsrc-a5171d8755807091deeeaafa28a376ac058a64e1.tar.gz |
buildlink1 -> buildlink2
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs21/Makefile | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/editors/emacs21/Makefile b/editors/emacs21/Makefile index 7871a174c9e..4cbca982760 100644 --- a/editors/emacs21/Makefile +++ b/editors/emacs21/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2002/05/02 20:21:31 drochner Exp $ +# $NetBSD: Makefile,v 1.3 2002/09/21 11:30:59 jlam Exp $ # FreeBSD Id: Makefile,v 1.30 1997/12/14 02:03:53 asami Exp DISTNAME= emacs-21.2 @@ -11,25 +11,26 @@ COMMENT= GNU editing macros (editor) CONFLICTS= mule-[0-9]* -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_BUILDLINK_ONLY= yes +USE_BUILDLINK2= yes +USE_X11= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--with-x -CONFIGURE_ARGS+=--with-x-toolkit=athena +CONFIGURE_ARGS+= --with-x +CONFIGURE_ARGS+= --with-x-toolkit=athena -.include "../../graphics/xpm/buildlink.mk" -CONFIGURE_ARGS+=--with-xpm -.include "../../graphics/jpeg/buildlink.mk" -CONFIGURE_ARGS+=--with-jpeg -.include "../../graphics/tiff/buildlink.mk" -CONFIGURE_ARGS+=--with-tiff +.include "../../graphics/xpm/buildlink2.mk" +CONFIGURE_ARGS+= --with-xpm +.include "../../graphics/jpeg/buildlink2.mk" +CONFIGURE_ARGS+= --with-jpeg +.include "../../graphics/tiff/buildlink2.mk" +CONFIGURE_ARGS+= --with-tiff # need 4.1.0b1 or higher (a bug in 4.1.0 can crash Emacs) BUILDLINK_DEPENDS.libungif= libungif>=4.1.0.1 -.include "../../graphics/libungif/buildlink.mk" -CONFIGURE_ARGS+=--with-gif -.include "../../graphics/png/buildlink.mk" -CONFIGURE_ARGS+=--with-png +.include "../../graphics/libungif/buildlink2.mk" +CONFIGURE_ARGS+= --with-gif +.include "../../graphics/png/buildlink2.mk" +CONFIGURE_ARGS+= --with-png INFO_FILES= emacs vip viper forms gnus mh-e cl sc dired-x ediff \ ccmode message widget reftex forms @@ -43,6 +44,5 @@ pre-install: post-install: ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/emacs -.include "../../mk/x11.buildlink.mk" .include "../../mk/texinfo.mk" .include "../../mk/bsd.pkg.mk" |