diff options
author | dholland <dholland@pkgsrc.org> | 2012-12-24 01:51:20 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-12-24 01:51:20 +0000 |
commit | 6d62d1036759ad54b35ef4337def40b10e48a710 (patch) | |
tree | 6788bf85218b7b207222db56d1c69e6331be5435 /print/bibtool/Makefile | |
parent | 7ec72595b7a597c9065b504802ff4d9459ecaa6e (diff) | |
download | pkgsrc-6d62d1036759ad54b35ef4337def40b10e48a710.tar.gz |
Uncomment LICENSE.
Diffstat (limited to 'print/bibtool/Makefile')
-rw-r--r-- | print/bibtool/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/bibtool/Makefile b/print/bibtool/Makefile index f2c4f4c9a5f..9186861c3b7 100644 --- a/print/bibtool/Makefile +++ b/print/bibtool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2012/12/24 01:50:57 dholland Exp $ +# $NetBSD: Makefile,v 1.13 2012/12/24 01:51:20 dholland Exp $ DISTNAME= BibTool-2.48 PKGREVISION= 1 @@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=biblio/bibtex/utils/bibtool/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gerd-neugebauer.de/software/TeX/BibTool.en.html COMMENT= Tool to manipulate BibTeX databases -#LICENSE= gnu-gpl-v1 +LICENSE= gnu-gpl-v1 BUILD_DEPENDS+= tex-bibtex-[0-9]*:../../print/tex-bibtex BUILD_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin |