diff options
author | snj <snj@pkgsrc.org> | 2004-04-25 21:23:34 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-25 21:23:34 +0000 |
commit | 539e6d43983f5addee3cece8327cc85deced5f5a (patch) | |
tree | 80afeeb5468ef3a1e2b6d938476455b31748aa8f /print/teTeX1-bin/Makefile | |
parent | 935e97d500d4ac552d94c43c84e4307d5f1e58a0 (diff) | |
download | pkgsrc-539e6d43983f5addee3cece8327cc85deced5f5a.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'print/teTeX1-bin/Makefile')
-rw-r--r-- | print/teTeX1-bin/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/print/teTeX1-bin/Makefile b/print/teTeX1-bin/Makefile index 70164a5a572..ebd7cd7620d 100644 --- a/print/teTeX1-bin/Makefile +++ b/print/teTeX1-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/03/26 02:27:51 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2004/04/25 21:23:34 snj Exp $ DISTNAME= teTeX-src-1.0.7 PKGNAME= teTeX-bin-1.0.7 @@ -22,7 +22,7 @@ DIST_SUBDIR= teTeX ALL_TARGET= all INSTALL_TARGET= install strip -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_PKGINSTALL= yes USE_GCC_SHLIB= yes USE_GNU_TOOLS+= make @@ -92,7 +92,7 @@ post-install: ${LOCALBASE}/bin/texconfig font vardir /var/spool/texfonts ${LOCALBASE}/bin/texconfig font options appendonlydir varfonts -.include "../../graphics/png/buildlink2.mk" -.include "../../www/libwww/buildlink2.mk" +.include "../../graphics/png/buildlink3.mk" +.include "../../www/libwww/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |