diff options
author | drochner <drochner@pkgsrc.org> | 2010-08-05 08:39:30 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2010-08-05 08:39:30 +0000 |
commit | f8c97784bd7124499d535dc8260a85477f166d7f (patch) | |
tree | 849a25665fb494c538edd88cc95aa34899007bfb /geography | |
parent | 11ca425061c019f789fb9293d42bd3409d20821c (diff) | |
download | pkgsrc-f8c97784bd7124499d535dc8260a85477f166d7f.tar.gz |
needs xsltproc for build, noticed by wiz
Diffstat (limited to 'geography')
-rw-r--r-- | geography/geoclue/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/geography/geoclue/Makefile b/geography/geoclue/Makefile index c01df987055..a0ede35a932 100644 --- a/geography/geoclue/Makefile +++ b/geography/geoclue/Makefile @@ -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" |