diff options
Diffstat (limited to 'print/bibtool/Makefile')
-rw-r--r-- | print/bibtool/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/print/bibtool/Makefile b/print/bibtool/Makefile index 493f3722af5..ff0351dbfe2 100644 --- a/print/bibtool/Makefile +++ b/print/bibtool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2011/02/28 14:53:00 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2012/10/08 13:45:36 asau Exp $ DISTNAME= BibTool-2.48 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=biblio/bibtex/utils/bibtool/} @@ -13,8 +13,6 @@ 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 - GNU_CONFIGURE= yes MAKE_FILE= makefile #CONFIGURE_DIRS= ${WRKSRC} ${WRKSRC}/BibTcl |