needs xsltproc for build, noticed by wiz

This commit is contained in:
drochner 2010-08-05 08:39:30 +00:00
parent 8c6eee4045
commit cb15683ef3

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1.1.1 2010/07/26 11:54:34 drochner Exp $
# $NetBSD: Makefile,v 1.2 2010/08/05 08:39:30 drochner Exp $
#
DISTNAME= geoclue-0.12.0
@ -18,6 +18,9 @@ USE_TOOLS+= pkg-config gmake
PKGCONFIG_OVERRIDE+= geoclue.pc.in
# for documentation build
BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
#for test
#.include "../../x11/gtk2/buildlink3.mk"