diff options
author | recht <recht@pkgsrc.org> | 2004-04-26 10:34:09 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-04-26 10:34:09 +0000 |
commit | 488ca58dbb5cf5a338c893b6184d7918a1dfe123 (patch) | |
tree | e18d21a14df45c4ed6bb60646553b4918cd00b9f /textproc/jade/Makefile | |
parent | 01025dfd23682ea68f181213aa3474c5bcdd0ede (diff) | |
download | pkgsrc-488ca58dbb5cf5a338c893b6184d7918a1dfe123.tar.gz |
bl3ify
Diffstat (limited to 'textproc/jade/Makefile')
-rw-r--r-- | textproc/jade/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/jade/Makefile b/textproc/jade/Makefile index c3d74c2ac4d..bd39797707c 100644 --- a/textproc/jade/Makefile +++ b/textproc/jade/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2004/03/19 08:34:01 bouyer Exp $ +# $NetBSD: Makefile,v 1.33 2004/04/26 10:34:09 recht Exp $ DISTNAME= jade-1.2.1 PKGREVISION= 8 @@ -17,7 +17,7 @@ PATCH_DIST_STRIP= -p1 CONFLICTS+= sp-[0-9]* -USE_BUILDLINK2= YES +USE_BUILDLINK3= yes USE_LANGUAGES= c c++ USE_GNU_TOOLS+= make GNU_CONFIGURE= YES @@ -50,7 +50,7 @@ post-install: # Installed by print/tex-jadetex ${RM} ${PREFIX}/share/sgml/jade/*jadetex.* -.include "../../devel/gettext-lib/buildlink2.mk" +.include "../../devel/gettext-lib/buildlink3.mk" .include "../../textproc/xmlcatmgr/catalogs.mk" .include "../../mk/bsd.pkg.mk" |