diff options
author | snj <snj@pkgsrc.org> | 2004-05-12 03:21:08 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-05-12 03:21:08 +0000 |
commit | ec27d4d1bb582149f30177f033de6ae62a7ba1c2 (patch) | |
tree | d3196efc40c34f73f8a3df04ad2fba8728035e35 | |
parent | 131e52054bc4d0c0afb4adc712bc982413cefd26 (diff) | |
download | pkgsrc-ec27d4d1bb582149f30177f033de6ae62a7ba1c2.tar.gz |
Convert to buildlink3.
-rw-r--r-- | lang/sather/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/sather/Makefile b/lang/sather/Makefile index eb644f1693a..12de172b859 100644 --- a/lang/sather/Makefile +++ b/lang/sather/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2004/03/08 20:27:14 minskim Exp $ +# $NetBSD: Makefile,v 1.18 2004/05/12 03:21:08 snj Exp $ DISTNAME= sather-1.2.1 PKGREVISION= 3 @@ -9,7 +9,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.gnu.org/directory/devel/prog/sather.html COMMENT= Compiler for the Sather object oriented programming language -USE_BUILDLINK2= # defined +USE_BUILDLINK3= yes USE_X11= # defined USE_GNU_TOOLS+= make @@ -22,7 +22,7 @@ INFO_FILES= sather.info sather-tutorial.info sather-mode.info REPLACE_PERL= Browser/Web/ps2gif SUBST_CLASSES+= sather-configure -SUBST_STAGE.sather-configure= configure +SUBST_STAGE.sather-configure= post-buildlink SUBST_MESSAGE.sather-configure= "Configuring sources" SUBST_FILES.sather-configure= \ Boot/sacomp.code/Makefile \ @@ -89,7 +89,7 @@ do-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/emacs/site-lisp ${INSTALL_DATA} ${WRKSRC}/Emacs/*.el ${PREFIX}/share/emacs/site-lisp -.include "../../devel/boehm-gc/buildlink2.mk" -.include "../../x11/tk83/buildlink2.mk" +.include "../../devel/boehm-gc/buildlink3.mk" +.include "../../x11/tk83/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |