diff options
author | wiz <wiz@pkgsrc.org> | 2011-02-26 15:05:03 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-02-26 15:05:03 +0000 |
commit | 9fe289ea2ff68f12cbeb6809775b37aaa8cb39c1 (patch) | |
tree | 17f146651cfca00f8857246f79238b2e8e34435f /print/bibtool | |
parent | 930e12d13eda1efe41b911f9c2ff81e6be28a65b (diff) | |
download | pkgsrc-9fe289ea2ff68f12cbeb6809775b37aaa8cb39c1.tar.gz |
Instead of including tex.bl3.mk, depend on the necessary packages.
Since they only were build dependencies, no PKGREVISION bump.
Diffstat (limited to 'print/bibtool')
-rw-r--r-- | print/bibtool/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/print/bibtool/Makefile b/print/bibtool/Makefile index a51ac089f4f..f34d4fa9dea 100644 --- a/print/bibtool/Makefile +++ b/print/bibtool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2008/06/12 02:14:43 joerg Exp $ +# $NetBSD: Makefile,v 1.7 2011/02/26 15:05:03 wiz Exp $ DISTNAME= BibTool-2.48 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=biblio/bibtex/utils/bibtool/} @@ -6,6 +6,12 @@ MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=biblio/bibtex/utils/bibtool/} MAINTAINER= smb@NetBSD.org HOMEPAGE= http://www.gerd-neugebauer.de/software/TeX/BibTool.en.html COMMENT= Tool to manipulate BibTeX databases +#LICENSE= gnu-gpl-v1 + +BUILD_DEPENDS+= tex-bibtex-[0-9]*:../../print/tex-bibtex +BUILD_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin +BUILD_DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools +BUILD_DEPENDS+= makeindexk-[0-9]*:../../textproc/makeindexk PKG_DESTDIR_SUPPORT= user-destdir @@ -27,10 +33,6 @@ INSTALL_MAKE_FLAGS= prefix=${DESTDIR}${PREFIX} \ INSTALL_TARGET= install install.man INSTALLATION_DIRS= ${DOCDIR} ${EXAMPLEDIR} -TEX_ACCEPTED= teTeX3 -TEX_DEPMETHOD= build -.include "../../mk/tex.buildlink3.mk" - #pre-configure: # rm ${WRKSRC:Q}/BibTcl/Makefile # mv ${WRKSRC:Q}/BibTcl/Makefile.in ${WRKSRC:Q}/BibTcl/makefile.in |