pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

zathura: adjust USE_TOOLS to reflect current reality



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Mon Feb 8 14:48:55 2016 +0100
Changeset:	cdb89ed5771be3a3704acd2c2f31d899261d98fe

Modified Files:
	zathura/Makefile

Log Message:
zathura: adjust USE_TOOLS to reflect current reality

o Python isn't really needed because there are (pre-)generated man page
  in $WRKSRC/doc/_build/
o Just need msgfmt (instead of gettext)

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=cdb89ed5771be3a3704acd2c2f31d899261d98fe

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 zathura/Makefile | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diffs:
diff --git a/zathura/Makefile b/zathura/Makefile
index e4a9723..af8a90a 100644
--- a/zathura/Makefile
+++ b/zathura/Makefile
@@ -9,18 +9,13 @@ HOMEPAGE=	http://pwmt.org/projects/zathura/
 COMMENT=	PDF viewer with vi-like keybindings
 LICENSE=	zlib
 
-BUILD_DEPENDS+=	${PYPKGPREFIX}-docutils-[0-9]*:../../textproc/py-docutils
-
-USE_TOOLS+=	pkg-config gettext gmake groff
+USE_TOOLS+=	gmake msgfmt pkg-config
 USE_LIBTOOL=	yes
 
 MAKE_ENV+=	COLOR=0
 MAKE_ENV+=	MANPREFIX=${PREFIX}/${PKGMANDIR}
 
-PYTHON_FOR_BUILD_ONLY=		yes
-
 .include "../../databases/sqlite3/buildlink3.mk"
-.include "../../lang/python/pyversion.mk"
 .include "../../graphics/cairo/buildlink3.mk"
 .include "../../x11/gtk3/buildlink3.mk"
 .include "../../wip/girara/buildlink3.mk"


Home | Main Index | Thread Index | Old Index