diff options
Diffstat (limited to 'print')
-rw-r--r-- | print/gv/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/gv/Makefile b/print/gv/Makefile index f20d952f267..b018fd8e46b 100644 --- a/print/gv/Makefile +++ b/print/gv/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.83 2015/12/03 17:34:56 leot Exp $ +# $NetBSD: Makefile,v 1.83.2.1 2016/01/17 19:04:45 bsiegert Exp $ DISTNAME= gv-3.7.4 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_GNU:=gv/} @@ -11,7 +11,7 @@ COMMENT= PostScript and PDF previewer LICENSE= gnu-gpl-v3 GNU_CONFIGURE= yes -USE_TOOLS+= gmake gs:run makeinfo perl:run +USE_TOOLS+= gmake gs:run makeinfo perl:run pkg-config TEXINFO_REQD= 4.2 INFO_FILES= yes |