diff options
author | markd <markd@pkgsrc.org> | 2016-01-06 10:14:10 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2016-01-06 10:14:10 +0000 |
commit | 28a14a8ae1372181c3fa37ccfac04a04770b25d4 (patch) | |
tree | 422ee75716864f6cc29a6f9babe1335948ddf590 /print/gv | |
parent | 8acf9f6ee17da53ba73f5e1f681e63552a4bd319 (diff) | |
download | pkgsrc-28a14a8ae1372181c3fa37ccfac04a04770b25d4.tar.gz |
Use pkg-config when building so that correct defines are used when
building against libXaw3d. Fixes problem that gv would fail with the
error:
Warning: Representation size 4 must match superclass's to override highlightedFrameStyle
Error: Object "toggleEven" does not have windowed ancestor
Diffstat (limited to 'print/gv')
-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..40439469aed 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.84 2016/01/06 10:14:10 markd 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 |